From 7b56b1311ba0c730fa884c75ccf15dfbf996ebd8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 27 Mar 2014 12:56:28 -0400 Subject: Add generic support for IdP plugin admin pages Signed-off-by: Simo Sorce --- templates/admin/providers.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/admin') diff --git a/templates/admin/providers.html b/templates/admin/providers.html index 18445b6..fbeb54d 100644 --- a/templates/admin/providers.html +++ b/templates/admin/providers.html @@ -10,6 +10,9 @@ {% if available[p] in enabled %} Disable Configure + {% if available[p].admin %} + Administer + {% endif %} {% else %} Enable {% endif %} -- cgit