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
0a622e870bbc94c69637749b455cccc997cef0f8
1 parent
38047db8
docker回滚
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_build.jsp
monitor-ui-web/src/main/webapp/jsp/project/docker_build.jsp
View file @
0a622e8
...
...
@@ -189,7 +189,7 @@
//开始查询腾讯云deploy状态,延迟60秒再开始查询
setTimeout
(
function
(){
builderDocker_queryServiceStatus
(
buildInfo
,
textareaId
);
},
6
000
);
},
30
000
);
}
...
...
@@ -239,7 +239,7 @@
//开始查询腾讯云deploy状态,延迟60秒再开始查询
setTimeout
(
function
(){
builderDocker_queryServiceStatus
(
buildInfo
,
textareaId
);
},
6
000
);
},
30
000
);
}
}
count
+=
1
;
...
...
Please
register
or
login
to post a comment