...
|
...
|
@@ -143,10 +143,9 @@ $("#btn4type").click(function () { |
|
|
*/
|
|
|
function searchType(ip){
|
|
|
$("#detailTable").hide();
|
|
|
$("#rootTable").table("load",{ip:ip});
|
|
|
$(function () {
|
|
|
// $("#rootTable").table("load",{});
|
|
|
$("#rootTable").table({
|
|
|
url: contextPath + "/zkTree/getRoot",
|
|
|
url: contextPath + "/zkTree/getRoot?ip="+ip,
|
|
|
striped: true,
|
|
|
panelClass: "panel-success",
|
|
|
pagination: false,
|
...
|
...
|
@@ -187,7 +186,6 @@ function searchType(ip){ |
|
|
}],
|
|
|
});
|
|
|
|
|
|
});
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
|