...
|
...
|
@@ -199,7 +199,7 @@ |
|
|
span.attr("data-toggle", "popover");
|
|
|
span.attr("data-placement", "bottom");
|
|
|
span.attr("data-html", "true");
|
|
|
span.attr("title", val.lastStart);
|
|
|
span.attr("title", val.refreshDateTime+"<br>"+val.lastStart);
|
|
|
span.attr("data-content", "<button class='btn btn-primary btn-xs' onclick=\"restart(\'" + name + "\',\'single\',\'"+val.ip+"\')\">重启</button> <button class='btn btn-primary btn-xs' onclick=\"stop(\'" + name + "\',\'single\',\'"+val.ip+"\')\">停止</button>");
|
|
|
// span.attr("data-content", "unkown");
|
|
|
span.popover({
|
...
|
...
|
|