summaryrefslogtreecommitdiffstats
path: root/web/_static/local/table.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2023-02-13 19:43:51 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2023-02-13 19:43:51 +0000
commitf73f2356820468344757dbb9d7f3ec73ece7bf66 (patch)
treecc4d1f8559ab8d0e73f4efed80c1f5c866501a12 /web/_static/local/table.js
parentReworking container version command in python. (diff)
downloadcompute-tools-next+web.tar.xz
compute-tools-next+web.zip
Updating.next+web
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'web/_static/local/table.js')
-rw-r--r--web/_static/local/table.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/_static/local/table.js b/web/_static/local/table.js
new file mode 100644
index 0000000..469f3b7
--- /dev/null
+++ b/web/_static/local/table.js
@@ -0,0 +1,4 @@
+$(function() {
+ $("thead").addClass("thead-dark");
+ $("table").addClass("table table-striped table-bordered table-hover table-sm table-responsive");
+});