Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
29280b25
Commit
29280b25
authored
Jan 04, 2022
by
wenmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pom 优化
parent
1dc3420c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
19 deletions
+3
-19
pom.xml
dlink-admin/pom.xml
+2
-18
icon.tsx
dlink-web/src/components/Studio/icon.tsx
+1
-1
No files found.
dlink-admin/pom.xml
View file @
29280b25
...
...
@@ -126,37 +126,21 @@
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-gateway
</artifactId>
</dependency>
<dependency>
<groupId>
com.dlink
</groupId>
<artifactId>
dlink-metadata-mysql
</artifactId>
<version>
0.5.0-SNAPSHOT
</version>
</dependency>
<!--<dependency>
<groupId>com.dlink</groupId>
<artifactId>dlink-metadata-clickhouse</artifactId>
<version>0.5.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
</dependency>
-->
<
!--<
dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-yarn_2.11</artifactId>
<version>1.13.3</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-3-uber</artifactId>
<version>3.1.1.7.2.1.0-327-9.0</version>
<!– <scope>test</scope>–>
</dependency>
<dependency>
<groupId>log4j</groupId>
...
...
dlink-web/src/components/Studio/icon.tsx
View file @
29280b25
import
Icon
from
"@ant-design/icons"
;
import
{
DIALECT
}
from
"@/components/Studio/conf"
;
const
svgSize
=
'2
1
px'
;
const
svgSize
=
'2
0
px'
;
export
const
getIcon
=
(
type
:
string
)
=>
{
switch
(
type
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment