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 @@
@@ -229,7 +229,8 @@
229
$
(
"#myModal"
).
modal
(
'show'
);
229
$
(
"#myModal"
).
modal
(
'show'
);
230
230
231
},
231
},
232
-
error
:
function
(
resp
)
{
232
+
error
:
function
()
{
233
+
$
(
"body"
).
find
(
"div[tableSelector='"
+
jq
.
selector
+
"']"
).
remove
();
233
}
234
}
234
});
235
});
235
}
236
}
Please
register
or
login
to post a comment