Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
ReactWeb5
CivManage
Commits
29ab91c6
Commit
29ab91c6
authored
Jan 31, 2023
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改中台配置描述
parent
d5d38889
Pipeline
#66668
passed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.jsx
src/pages/platformCenter/hostmanager/ETLConfig/index.jsx
+2
-2
index.jsx
src/pages/platformCenter/hostmanager/index.jsx
+1
-1
No files found.
src/pages/platformCenter/hostmanager/ETLConfig/index.jsx
View file @
29ab91c6
...
...
@@ -41,7 +41,7 @@ const ETCConfig = () => {
alt=
""
/>
<
div
className=
{
styles
.
title
}
>
ETL平
台
</
div
>
<
div
className=
{
styles
.
title
}
>
数据中
台
</
div
>
</
div
>
<
Divider
/>
<
Form
...
...
@@ -62,7 +62,7 @@ const ETCConfig = () => {
rules=
{
[
{
required
:
true
,
message
:
'请填写
ETL
地址'
,
message
:
'请填写
服务
地址'
,
},
]
}
>
...
...
src/pages/platformCenter/hostmanager/index.jsx
View file @
29ab91c6
...
...
@@ -31,7 +31,7 @@ const HostManager = () => {
<
TabPane
tab=
"网关配置"
key=
"5"
>
<
GateConfig
/>
</
TabPane
>
<
TabPane
tab=
"
ETL
配置"
key=
"6"
>
<
TabPane
tab=
"
中台
配置"
key=
"6"
>
<
ETLConfig
/>
</
TabPane
>
</
Tabs
>
...
...
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