mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
Captive portal - missing tooltip in session window
This commit is contained in:
parent
031b935e8c
commit
7b63d58820
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user