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
zhengyouwei
8 years ago
Commit
6c461f05364625106a679b716bbaff7c00ae9480
1 parent
9b1ee1dd
del
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
monitor-ui-web/src/main/webapp/jsp/nodeMonitor/nodeMonitor.jsp
monitor-ui-web/src/main/webapp/jsp/nodeMonitor/nodeMonitor.jsp
View file @
6c461f0
...
...
@@ -353,7 +353,7 @@
$
(
"input[name='operate_name']"
).
val
(
"Restart"
);
$
(
"input[name='project_name']"
).
val
(
project
);
$
(
"input[name='environment_name']"
).
val
(
environment
);
$
(
"input[name='hosts_name']"
).
empty
(
);
$
(
"input[name='hosts_name']"
).
val
(
""
);
$
(
"input[name='force_name']"
).
val
(
false
);
$
(
'#confirmSubmitDivId'
).
modal
(
'show'
);
}
...
...
@@ -363,7 +363,7 @@
$
(
"input[name='operate_name']"
).
val
(
"Restart"
);
$
(
"input[name='project_name']"
).
val
(
project
);
$
(
"input[name='environment_name']"
).
val
(
environment
);
$
(
"input[name='hosts_name']"
).
empty
(
);
$
(
"input[name='hosts_name']"
).
val
(
""
);
$
(
"input[name='force_name']"
).
val
(
true
);
$
(
'#confirmSubmitDivId'
).
modal
(
'show'
);
}
...
...
Please
register
or
login
to post a comment