diff --git a/passbook/admin/templates/administration/base.html b/passbook/admin/templates/administration/base.html index ba4ce6e9f..c3fcf966e 100644 --- a/passbook/admin/templates/administration/base.html +++ b/passbook/admin/templates/administration/base.html @@ -46,11 +46,28 @@ {% trans 'Providers' %} -
{% trans "Outpost Service-Connections define how passbook connects to external platforms to manage and deploy Outposts." %}
+{% trans 'Name' %} | +{% trans 'Type' %} | +{% trans 'Local?' %} | ++ |
---|---|---|---|
+ {{ sc.name }} + | ++ + {{ sc|verbose_name }} + + | ++ + {{ sc.local|yesno:"Yes,No" }} + + | ++ {% trans 'Edit' %} + {% trans 'Delete' %} + | +