aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorBonfaceKilz2021-10-18 12:09:05 +0300
committerBonfaceKilz2021-10-25 14:00:14 +0300
commit948a0b7e3572c39aefd1b18083afc174dcf4a164 (patch)
treed556b5ec64670986108682f2ece61c765e4f6035 /wqflask
parent9f43e0231698f8fcd472ad736b4276c6ad6eeb6d (diff)
downloadgenenetwork2-948a0b7e3572c39aefd1b18083afc174dcf4a164.tar.gz
manage_resource: Add missing bootstrap "table" class
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/admin/manage_resource.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/admin/manage_resource.html b/wqflask/wqflask/templates/admin/manage_resource.html
index f4bcc163..a970679d 100644
--- a/wqflask/wqflask/templates/admin/manage_resource.html
+++ b/wqflask/wqflask/templates/admin/manage_resource.html
@@ -71,7 +71,7 @@
{% if resource_info.get('group_masks', [])|length > 0 %}
<h2>Current Group Permissions</h2>
<hr>
- <table id="groups_table" class="table-hover table-striped cell-border">
+ <table id="groups_table" class="table table-hover table-striped cell-border">
<thead>
<tr>
<th>Id</th>