...
|
...
|
@@ -179,7 +179,7 @@ |
|
|
</body>
|
|
|
<script src="<%=basePath %>script/common/genarate_left_panel.js"></script>
|
|
|
<script>
|
|
|
$("#li_monitor").addClass("active open");
|
|
|
$("#li_switch").addClass("active open");
|
|
|
$("#li_nodeMonitor").addClass("active");
|
|
|
</script>
|
|
|
<script>
|
...
|
...
|
@@ -353,6 +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='force_name']").val(false);
|
|
|
$('#confirmSubmitDivId').modal('show');
|
|
|
}
|
...
|
...
|
@@ -362,6 +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='force_name']").val(true);
|
|
|
$('#confirmSubmitDivId').modal('show');
|
|
|
}
|
...
|
...
|
|