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
2016-10-27 10:35:04 +0800
Commit
67f7fc7f97960b6b20f5d15ad0daaf7b9f53beeb
1 parent
ca03179b
u
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
monitor-ui-web/src/main/webapp/jsp/switch/center_switch.jsp
monitor-ui-web/src/main/webapp/jsp/switch/center_switch.jsp
View file @
67f7fc7
...
...
@@ -229,7 +229,8 @@
$
(
"#myModal"
).
modal
(
'show'
);
},
error
:
function
(
resp
)
{
error
:
function
()
{
$
(
"body"
).
find
(
"div[tableSelector='"
+
jq
.
selector
+
"']"
).
remove
();
}
});
}
...
...
Please
register
or
login
to post a comment