...
|
...
|
@@ -274,7 +274,7 @@ |
|
|
getJavaIp(1);
|
|
|
|
|
|
$("#infoTable").table({
|
|
|
columnAutoWidth: false,
|
|
|
columnAutoWidth: true,
|
|
|
url: contextPath + "/javaApiMonitor/queryByServiceTypeAndIP",
|
|
|
striped: true,
|
|
|
dataType: "json",
|
...
|
...
|
@@ -528,7 +528,7 @@ |
|
|
|
|
|
//加载表格
|
|
|
$("#infoTable1").table({
|
|
|
columnAutoWidth: false,
|
|
|
columnAutoWidth: true,
|
|
|
striped: true,
|
|
|
dataType: "json",
|
|
|
sortOrder: "desc",
|
...
|
...
|
@@ -709,7 +709,7 @@ |
|
|
|
|
|
//加载表格
|
|
|
$("#infoTable2").table({
|
|
|
columnAutoWidth: false,
|
|
|
columnAutoWidth: true,
|
|
|
striped: true,
|
|
|
dataType: "json",
|
|
|
sortOrder: "desc",
|
...
|
...
|
@@ -892,7 +892,7 @@ |
|
|
|
|
|
//加载表格
|
|
|
$("#infoTable3").table({
|
|
|
columnAutoWidth: false,
|
|
|
columnAutoWidth: true,
|
|
|
striped: true,
|
|
|
dataType: "json",
|
|
|
sortOrder: "desc",
|
...
|
...
|
|