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
6bfada00
Unverified
Commit
6bfada00
authored
Jun 23, 2022
by
aiwenmo
Committed by
GitHub
Jun 23, 2022
Browse files
Options
Browse Files
Download
Plain Diff
[hotfix][web] ClusterConfiguration page hotfix
[hotfix][web] ClusterConfiguration page hotfix
parents
b0955c6c
075a21ae
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
index.tsx
dlink-web/src/pages/Cluster/index.tsx
+5
-1
data.d.ts
dlink-web/src/pages/ClusterConfiguration/data.d.ts
+1
-1
index.tsx
dlink-web/src/pages/ClusterConfiguration/index.tsx
+1
-1
No files found.
dlink-web/src/pages/Cluster/index.tsx
View file @
6bfada00
...
@@ -314,7 +314,11 @@ const ClusterTableList: React.FC<{}> = (props: any) => {
...
@@ -314,7 +314,11 @@ const ClusterTableList: React.FC<{}> = (props: any) => {
配置
配置
</
a
>,
</
a
>,
<
MoreBtn
key=
"more"
item=
{
record
}
/>,
<
MoreBtn
key=
"more"
item=
{
record
}
/>,
((
record
.
status
&&
(
record
.
type
===
RUN_MODE
.
YARN_SESSION
||
record
.
type
===
RUN_MODE
.
STANDALONE
))
?
((
record
.
status
&&
(
record
.
type
===
RUN_MODE
.
YARN_SESSION
||
record
.
type
===
RUN_MODE
.
STANDALONE
||
record
.
type
===
RUN_MODE
.
YARN_APPLICATION
||
record
.
type
===
RUN_MODE
.
YARN_PER_JOB
))
?
<>
<>
<
Button
type=
"link"
title=
{
`http://${record.jobManagerHost}/#/overview`
}
<
Button
type=
"link"
title=
{
`http://${record.jobManagerHost}/#/overview`
}
href=
{
`http://${record.jobManagerHost}/#/overview`
}
href=
{
`http://${record.jobManagerHost}/#/overview`
}
...
...
dlink-web/src/pages/ClusterConfiguration/data.d.ts
View file @
6bfada00
...
@@ -5,7 +5,7 @@ export type ClusterConfigurationTableListItem = {
...
@@ -5,7 +5,7 @@ export type ClusterConfigurationTableListItem = {
type
:
string
,
type
:
string
,
config
:
any
,
config
:
any
,
configJson
:
string
,
configJson
:
string
,
a
vailable
:
boolean
,
isA
vailable
:
boolean
,
note
:
string
,
note
:
string
,
enabled
:
boolean
,
enabled
:
boolean
,
createTime
:
Date
,
createTime
:
Date
,
...
...
dlink-web/src/pages/ClusterConfiguration/index.tsx
View file @
6bfada00
...
@@ -116,7 +116,7 @@ const ClusterConfigurationTableList: React.FC<{}> = (props: any) => {
...
@@ -116,7 +116,7 @@ const ClusterConfigurationTableList: React.FC<{}> = (props: any) => {
},
},
{
{
title
:
'是否可用'
,
title
:
'是否可用'
,
dataIndex
:
'
a
vailable'
,
dataIndex
:
'
isA
vailable'
,
hideInForm
:
true
,
hideInForm
:
true
,
hideInSearch
:
true
,
hideInSearch
:
true
,
hideInTable
:
false
,
hideInTable
:
false
,
...
...
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