diff options
author | Simo Sorce <simo@redhat.com> | 2014-04-04 13:19:51 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-04-04 13:33:09 -0400 |
commit | 33bab7b0d653200d4321a71a1467ba39714005c4 (patch) | |
tree | d7df9923fdc8df30f54b2596328064ff876630a7 /templates | |
parent | b6a436f76177c0180af3e0e70a88d3f974ac717d (diff) | |
download | ipsilon-33bab7b0d653200d4321a71a1467ba39714005c4.tar.gz ipsilon-33bab7b0d653200d4321a71a1467ba39714005c4.tar.xz ipsilon-33bab7b0d653200d4321a71a1467ba39714005c4.zip |
Admin functions to delete Service Providers
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin/providers/saml2.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/admin/providers/saml2.html b/templates/admin/providers/saml2.html index 2e4aff3..2ecb1df 100644 --- a/templates/admin/providers/saml2.html +++ b/templates/admin/providers/saml2.html @@ -15,6 +15,8 @@ </div> <div class="col-md-3 col-sm-3 col-xs-6"> {{ p.provider_id }} + <!-- TODO: add javascript popup to ask for confirmation ? --> + <a class="btn btn-default" href="{{ baseurl }}/sp/{{ p.name }}/delete">Delete</a> </div> </div> {% endfor %} |