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
51c3c42f
Commit
51c3c42f
authored
Apr 16, 2022
by
zhu-mingye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add flinkwebui button for clusertInstance Manager
parent
ec3ae8b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
10 deletions
+18
-10
index.tsx
dlink-web/src/pages/Cluster/index.tsx
+18
-10
No files found.
dlink-web/src/pages/Cluster/index.tsx
View file @
51c3c42f
import
{
DownOutlined
,
HeartOutlined
,
PlusOutlined
,
UserOutlined
,
Clear
Outlined
}
from
'@ant-design/icons'
;
import
{
Button
,
message
,
Input
,
Drawer
,
Modal
}
from
'antd'
;
import
React
,
{
use
State
,
useRef
}
from
'react'
;
import
{
PageContainer
,
FooterToolba
r
}
from
'@ant-design/pro-layout'
;
import
type
{
ProColumns
,
ActionType
}
from
'@ant-design/pro-table'
;
import
{
ClearOutlined
,
DownOutlined
,
HeartOutlined
,
Plus
Outlined
}
from
'@ant-design/icons'
;
import
{
Button
,
Drawer
,
Input
,
message
,
Modal
}
from
'antd'
;
import
React
,
{
use
Ref
,
useState
}
from
'react'
;
import
{
FooterToolbar
,
PageContaine
r
}
from
'@ant-design/pro-layout'
;
import
type
{
ActionType
,
ProColumns
}
from
'@ant-design/pro-table'
;
import
ProTable
from
'@ant-design/pro-table'
;
import
ProDescriptions
from
'@ant-design/pro-descriptions'
;
import
CreateForm
from
'./components/CreateForm'
;
import
UpdateForm
from
'./components/UpdateForm'
;
import
type
{
ClusterTableListItem
}
from
'./data.d'
;
import
styles
from
'./index.less'
;
import
Dropdown
from
"antd/es/dropdown/dropdown"
;
import
Menu
from
"antd/es/menu"
;
import
{
handleAddOrUpdate
,
handleOption
,
handleRemove
,
queryData
,
updateEnabled
,
getData
getData
,
handleAddOrUpdate
,
handleOption
,
handleRemove
,
queryData
,
updateEnabled
}
from
"@/components/Common/crud"
;
import
{
showCluster
,
showSessionCluster
}
from
"@/components/Studio/StudioEvent/DDL"
;
import
{
showCluster
,
showSessionCluster
}
from
"@/components/Studio/StudioEvent/DDL"
;
import
{
RUN_MODE
}
from
"@/components/Studio/conf"
;
const
TextArea
=
Input
.
TextArea
;
...
...
@@ -311,6 +313,12 @@ const ClusterTableList: React.FC<{}> = (props: any) => {
>
配置
</
a
>,
<
Button
type=
"link"
href=
{
`http://${record.jobManagerHost}/#/overview`
}
target=
"_blank"
>
Flink WebUI
</
Button
>,
<
MoreBtn
key=
"more"
item=
{
record
}
/>,
],
},
...
...
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