diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2021-10-15 14:07:11 -0400 |
---|---|---|
committer | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2021-10-15 14:07:11 -0400 |
commit | e172d00b751d55cd8630efc7c5530a8bbfb97c97 (patch) | |
tree | c7bf81e79d5069c0dc28b2e331a478bcf1f4585d /src/templates/base/dashboard/table.html | |
parent | eb75b380a32c65dc8d0857bae093c7a96f30f024 (diff) |
Pull master (fake rebase)api-v1
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Change-Id: I12450c4bd70050c0bbf555b140aa3243c2837a9a
Diffstat (limited to 'src/templates/base/dashboard/table.html')
-rw-r--r-- | src/templates/base/dashboard/table.html | 2 |
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 %} |