Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
63301bef29569ea3b1d8cc069fdbe830c85296d2
1 parent
b5db7065
修改bug 自动切换node nginx
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
monitor-ui-web/src/main/webapp/jsp/project/docker_project.jsp
monitor-ui-web/src/main/webapp/jsp/project/docker_project.jsp
View file @
63301be
...
...
@@ -412,7 +412,7 @@
checkedFlag
=
" checked "
;
}
htmlContent
+=
'<div class="ckbox ckbox-primary" style="display: inline">'
+
' <input readonly type="checkbox" id="dockerOnlineClusterId_'
+
key
+
'" name="dockerOnlineClusterId" '
+
' <input readonly
disabled
type="checkbox" id="dockerOnlineClusterId_'
+
key
+
'" name="dockerOnlineClusterId" '
+
checkedFlag
+
' value="'
+
key
+
'"/>'
+
' <label for="dockerOnlineClusterId_'
+
key
+
'">'
+
global_all_clusters
[
key
]
+
'</label> </div>'
;
...
...
@@ -428,7 +428,7 @@
checkedFlag
=
" checked "
;
}
htmlContent
+=
'<div class="ckbox ckbox-primary" style="display: inline">'
+
' <input readonly type="checkbox" id="dockerGrayClusterId_'
+
key
+
'" name="dockerGrayClusterId" '
+
' <input readonly
disabled
type="checkbox" id="dockerGrayClusterId_'
+
key
+
'" name="dockerGrayClusterId" '
+
checkedFlag
+
' value="'
+
key
+
'"/>'
+
' <label for="dockerGrayClusterId_'
+
key
+
'">'
+
global_all_clusters
[
key
]
+
'</label> </div>'
;
...
...
Please
register
or
login
to post a comment