From e2e798be9abc030b51e30f5c054181c7ded9d02a Mon Sep 17 00:00:00 2001 From: Xavier Fiechter Date: Thu, 2 Feb 2023 23:00:46 +0100 Subject: [PATCH] . --- templates/_base.html | 50 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/templates/_base.html b/templates/_base.html index d5d0586..1743bbc 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -110,7 +110,7 @@ body { box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); } -/* end dashboard */ +/* end dashboard */ .bd-placeholder-img { @@ -179,7 +179,49 @@ body { @@ -219,7 +261,7 @@ body {
- +
@@ -307,7 +349,7 @@ body { $(document).ready(function () { - $('#example').DataTable(); + $('#bip329labels').DataTable(); });
#