Authored by jack

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

... ... @@ -54,7 +54,7 @@
$(function () {
$.ajax({
url : "getAllGroups",
url : contextPath +"/hostGroup/getAllGroups",
type : 'post',
async : false,
dataType : "json",
... ...