diff --git a/index.lp b/index.lp index 6d310747..f118a289 100644 --- a/index.lp +++ b/index.lp @@ -83,6 +83,7 @@ mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')

Total queries over last 24 hours

+
@@ -101,6 +102,7 @@ mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')

Client activity over last 24 hours

+
diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index c1fe1731..6c364896 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -832,3 +832,8 @@ $(function () { window.addEventListener("resize", function () { $(".chartjs-tooltip").remove(); }); + +// Tooltips +$(function () { + $('[data-toggle="tooltip"]').tooltip({ html: true, container: "body" }); +});