aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'admin/resources/templates/kc-tabs-clients.html')
-rw-r--r--admin/resources/templates/kc-tabs-clients.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/admin/resources/templates/kc-tabs-clients.html b/admin/resources/templates/kc-tabs-clients.html
new file mode 100644
index 0000000..8cf318a
--- /dev/null
+++ b/admin/resources/templates/kc-tabs-clients.html
@@ -0,0 +1,16 @@
+<div >
+ <h1>
+ <span>{{:: 'clients' | translate}}</span>
+ </h1>
+
+ <ul class="nav nav-tabs">
+ <li ng-class="{active: path[2] == 'clients'}">
+ <a href="#/realms/{{realm.realm}}/clients">{{:: 'lookup' | translate}}</a>
+ <kc-tooltip>{{:: 'clients.tooltip' | translate}}</kc-tooltip>
+ </li>
+ <li ng-class="{active: path[2] == 'client-stores'}" data-ng-hide="!clientStorageProviders || clientStorageProviders.length == 0">
+ <a href="#/realms/{{realm.realm}}/client-stores">{{:: 'client-storage' | translate}}</a>
+ <kc-tooltip>{{:: 'client-stores.tooltip' | translate}}</kc-tooltip>
+ </li>
+ </ul>
+</div> \ No newline at end of file