From bc5c8587e6d6d509a3c3e56e916a54370935bb0a Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Mon, 15 Sep 2014 18:15:10 +0200 Subject: [PATCH] management requests table reorganization --- portal/templates/management-tab-requests.html | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/portal/templates/management-tab-requests.html b/portal/templates/management-tab-requests.html index ba85ba68..6fe0e99a 100644 --- a/portal/templates/management-tab-requests.html +++ b/portal/templates/management-tab-requests.html @@ -1,6 +1,18 @@ -
+

From your authorities

{% if my_authorities %} - +
{% for authority, requests in my_authorities.items %} {% for request in requests %} {% if request.type == 'user' %} - - {% elif request.type == 'slice' %} + {% elif request.type == 'slice' %} + {% else %} {% endif %} -- 2.43.0