diff options
author | BonfaceKilz | 2022-03-14 17:51:51 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-03-14 18:14:42 +0300 |
commit | 00ddaebee38fef8a2ff633a937cf06aab3e3db34 (patch) | |
tree | 31f88fa50e587dadce760e57e3e175e7a4a6e78b | |
parent | 659de0344ce32742d18f8bf6b8e2e479671e2199 (diff) | |
download | genenetwork2-00ddaebee38fef8a2ff633a937cf06aab3e3db34.tar.gz |
Remove button for "Edit Privileges"
This is a WIP.
-rw-r--r-- | wqflask/wqflask/templates/show_trait_details.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/show_trait_details.html b/wqflask/wqflask/templates/show_trait_details.html index 4e9ea0fb..1250d728 100644 --- a/wqflask/wqflask/templates/show_trait_details.html +++ b/wqflask/wqflask/templates/show_trait_details.html @@ -242,9 +242,6 @@ {% if this_trait.dataset.type == 'ProbeSet' %} <button type="button" id="edit_resource" class="btn btn-success" title="Edit Resource" onclick="window.open('/datasets/traits/{{ this_trait.name }}?resource-id={{ resource_id }}', '_blank')">Edit</button> {% endif %} - {% if admin_status.get('metadata', DataRole.VIEW) > DataRole.VIEW %} - <button type="button" id="edit_resource" class="btn btn-success" title="Edit Privileges" onclick="window.open('/resource-management/resources/{{ resource_id }}', '_blank')">Edit Privileges</button> - {% endif %} {% endif %} </div> </div> |