aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/oauth2
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-06 16:41:11 -0500
committerFrederick Muriuki Muriithi2024-06-06 16:41:11 -0500
commita7a8754a57594e5705fea8e5bbea391a09e8f64c (patch)
tree2286f7d0b98862fc5e4db7ccd157a0c4ad8ab1bf /gn2/wqflask/templates/oauth2
parent86db47465fbe2c0d7e4f489b53ce21d33db8e8d2 (diff)
downloadgenenetwork2-a7a8754a57594e5705fea8e5bbea391a09e8f64c.tar.gz
UI: Add placeholder for resource roles
Diffstat (limited to 'gn2/wqflask/templates/oauth2')
-rw-r--r--gn2/wqflask/templates/oauth2/view-resource.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/oauth2/view-resource.html b/gn2/wqflask/templates/oauth2/view-resource.html
index 275fcb24..d17f1ddf 100644
--- a/gn2/wqflask/templates/oauth2/view-resource.html
+++ b/gn2/wqflask/templates/oauth2/view-resource.html
@@ -230,7 +230,15 @@
</div>
<div class="row">
- <h3>User Roles</h3>
+ <h3>Available Resource Roles</h3>
+ <p class="text-info">
+ <span class="glyphicon glyphicon-exclamation-sign text-info"></span>
+ The resource roles will go here when they are implemented …
+ </p>
+ </div>
+
+ <div class="row">
+ <h3>Users: Assigned Roles</h3>
{%if users_n_roles_error is defined%}
{{display_error("Users and Roles", users_n_roles_error)}}
{%else%}