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
Plain Diff
Browse Files
Authored by
skinny.wu
2016-07-25 14:05:23 +0800
Commit
dce643c9fb89374e7125c17c3e24eb79162a4501
2 parents
e984692a
fb3b2baa
Merge remote-tracking branch 'origin/master' into dev-sk
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 @
dce643c
@@ -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