diff options
author | BonfaceKilz | 2021-10-18 12:09:05 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-25 14:00:14 +0300 |
commit | 948a0b7e3572c39aefd1b18083afc174dcf4a164 (patch) | |
tree | d556b5ec64670986108682f2ece61c765e4f6035 | |
parent | 9f43e0231698f8fcd472ad736b4276c6ad6eeb6d (diff) | |
download | genenetwork2-948a0b7e3572c39aefd1b18083afc174dcf4a164.tar.gz |
manage_resource: Add missing bootstrap "table" class
-rw-r--r-- | wqflask/wqflask/templates/admin/manage_resource.html | 2 |
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> |