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
c171854ac0046f09fb791a6bab72eb9318ff54b5
1 parent
63301bef
docker 更新
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
monitor-ui-web/src/main/webapp/jsp/project/docker_build.jsp
monitor-ui-web/src/main/webapp/jsp/project/docker_build.jsp
View file @
c171854
...
...
@@ -309,8 +309,9 @@
console
.
log
(
data
.
data
);
if
(
data
.
data
!=
null
&&
data
.
data
.
result
==
true
){
clearInterval
(
intervalIndex
);
writeToText
(
textareaId
,
"............查询次数............"
+
count
+
"......当前状态---->"
+
data
.
data
.
resultMessage
);
writeToText
(
textareaId
,
"查询服务启动完成..........over!"
);
writeToText
(
textareaId
,
"启动结果描述...."
+
data
.
data
.
resultInstDesc
);
if
(
"az2AutoSwitchOnlineCheck"
==
$
(
"#az2AutoSwitchOnlineCheck"
).
val
()){
writeToText
(
textareaId
,
"发布完成,开始关闭灰度!"
);
//自动切换到online
...
...
Please
register
or
login
to post a comment