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
64904cd60520cd7f985232d57f3f56e9df60ddc4
1 parent
d3a3ce1e
docker发布
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
36 deletions
monitor-ui-web/src/main/webapp/jsp/project/docker_info.jsp
monitor-ui-web/src/main/webapp/jsp/project/docker_info.jsp
View file @
64904cd
...
...
@@ -349,42 +349,6 @@
return
;
}
if
(
dockerProjectName
==
null
||
dockerProjectName
==
""
){
$
(
"#dockerInfoForm #messageAlert"
).
alerts
({
content
:
"请输入docker项目名称!"
,
type
:
"danger"
});
btn
.
removeAttr
(
"disabled"
);
return
;
}
if
(
dockerGrayClusterId
==
null
||
dockerGrayClusterId
==
""
){
$
(
"#dockerInfoForm #messageAlert"
).
alerts
({
content
:
"请输入dockerGrayClusterId!"
,
type
:
"danger"
});
btn
.
removeAttr
(
"disabled"
);
return
;
}
if
(
dockerGrayNameSpace
==
null
||
dockerGrayNameSpace
==
""
){
$
(
"#dockerInfoForm #messageAlert"
).
alerts
({
content
:
"请输入 dockerGrayNameSpace!"
,
type
:
"danger"
});
btn
.
removeAttr
(
"disabled"
);
return
;
}
if
(
dockerGrayImageStore
==
null
||
dockerGrayImageStore
==
""
){
$
(
"#dockerInfoForm #messageAlert"
).
alerts
({
content
:
"请输入 dockerGrayImageStore!"
,
type
:
"danger"
});
btn
.
removeAttr
(
"disabled"
);
return
;
}
if
(
dockerOnlineClusterId
==
null
||
dockerOnlineClusterId
==
""
){
$
(
"#dockerInfoForm #messageAlert"
).
alerts
({
content
:
"请输入 dockerOnlineClusterId!"
,
...
...
Please
register
or
login
to post a comment