Authored by jack

Update editHostInfo.jsp 修改无法展示tag的bug

@@ -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",