Captive portal - missing tooltip in session window

This commit is contained in:
Ad Schellevis 2021-11-17 17:52:00 +01:00
parent 031b935e8c
commit 7b63d58820

View File

@ -84,6 +84,9 @@ POSSIBILITY OF SUCH DAMAGE.
});
});
});
$(this).find(".bootgrid-tooltip").each(function (index) {
$(this).tooltip();
});
});
}
ajaxGet("/api/captiveportal/session/list/"+zoneid+"/", {}, function(data, status) {