aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/dashboard/table.html
diff options
context:
space:
mode:
authorJacob Hodgdon <jhodgdon@iol.unh.edu>2021-05-14 15:42:56 -0400
committerAdam Hassick <ahassick@iol.unh.edu>2021-07-01 20:39:02 +0000
commit49e2b407003b69551ddafa851639e83ec42a5b09 (patch)
tree2de871b3d3c657ebbbb261d7889d4a1debf7e827 /src/templates/base/dashboard/table.html
parenta908da441bf6efcdb289a46d0c2761840138b1a5 (diff)
Color fixes for rebrand
Signed-off-by: Jacob Hodgdon <jhodgdon@iol.unh.edu> Change-Id: I5cf4ede598afa377db7ecec17d8dfef085e130ac
Diffstat (limited to 'src/templates/base/dashboard/table.html')
-rw-r--r--src/templates/base/dashboard/table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/base/dashboard/table.html b/src/templates/base/dashboard/table.html
index c55a011..bdc350e 100644
--- a/src/templates/base/dashboard/table.html
+++ b/src/templates/base/dashboard/table.html
@@ -16,7 +16,7 @@
<div class="row">
<div class="col-lg-12">
<div class="dataTables_wrapper table-responsive mw-100">
- <table class="table table-striped table-bordered table-hover" id="table" cellspacing="0"
+ <table class="table table-striped table-bordered table-hover Anuket-Text" id="table" cellspacing="0"
width="100%">
{% block table %}
{% endblock table %}