Authored by jimi

source

... ... @@ -247,6 +247,13 @@
// container: 'tip_well'
});
span.on('show.bs.popover',function (e) {
$(". has-popover").filter(function (i) {
var $this = $(this);
return $this !== span
}).popover('hide');
});
// span.popover('show');
// span.attr("onclick","singleOp('"+val.ip+"','"+name+"')");
if (val.status == "1") {
span.addClass('btn-success');
... ...