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
2018-06-19 18:06:24 +0800
Commit
0c789454eaa3d59370640188d2bc96615ccc41a7
1 parent
7db2a5f2
方法更改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-web/src/main/webapp/jsp/host/hostInfoList.jsp
monitor-ui-web/src/main/webapp/jsp/host/hostInfoList.jsp
View file @
0c78945
...
...
@@ -533,7 +533,7 @@
async
:
false
,
success
:
function
(
data
)
{
if
(
data
&&
data
.
code
==
200
){
localAlert
(
'成功!'
);
localAlert
(
'成功!'
,
data
.
message
);
}
else
{
localAlert
(
'失败!'
,
data
.
message
);
}
...
...
Please
register
or
login
to post a comment