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
jack
2016-07-25 11:35:05 +0800
Commit
fb3b2baadad674ff3c20ac154a55875d4ba463e5
1 parent
f18061be
Update editHostInfo.jsp 修改无法展示tag的bug
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/editHostInfo.jsp
monitor-ui-web/src/main/webapp/jsp/host/editHostInfo.jsp
View file @
fb3b2ba
@@ -54,7 +54,7 @@
@@ -54,7 +54,7 @@
54
$(function () {
54
$(function () {
55
55
56
$.ajax({
56
$.ajax({
57
-
url :
"
getAllGroups",
57
+
url :
contextPath +"/hostGroup/
getAllGroups",
58
type : 'post',
58
type : 'post',
59
async : false,
59
async : false,
60
dataType : "json",
60
dataType : "json",
Please
register
or
login
to post a comment