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
xuhui
8 years ago
Commit
666162fa011d7a4ca5b9102998c6a99527d17fbd
1 parent
f380406f
双中心切换添加java服务重启功能
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
monitor-ui-web/src/main/webapp/jsp/switch/new_center_switch.jsp
monitor-ui-web/src/main/webapp/jsp/switch/new_center_switch.jsp
View file @
666162f
...
...
@@ -137,15 +137,15 @@
<input
type=
"text"
name=
"cloud_name"
class=
"form-control"
readonly=
"readonly"
>
</div>
<br>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
>
短信验证码
</span>
<input
type=
"text"
name=
"sms_name"
class=
"form-control"
>
</div>
<br>
<div
class=
"modal-footer"
>
<button
class=
"btn btn-primary"
onclick=
"submit()"
>
确认
</button>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
取消
</button>
</div>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
>
短信验证码
</span>
<input
type=
"text"
name=
"sms_name"
class=
"form-control"
>
</div>
<br>
<div
class=
"modal-footer"
>
<button
class=
"btn btn-primary"
onclick=
"submit()"
>
确认
</button>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
取消
</button>
</div>
</div>
</div>
...
...
@@ -316,6 +316,11 @@
$
(
"#detail-div"
).
append
(
div
);
return
;
}
var
div
=
"<div class=\"alert alert-info alert-block\">"
;
div
=
div
+
"<h4 class=\"alert-heading\">"
+
name
+
"</h4>"
;
div
=
div
+
data
.
data
+
"</div>"
;
$
(
"#detail-div"
).
append
(
div
);
i
++
;
if
(
i
<
array
.
length
){
status
(
array
,
i
);
...
...
Please
register
or
login
to post a comment