aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'admin/resources/templates/kc-tabs-group-list.html')
-rw-r--r--admin/resources/templates/kc-tabs-group-list.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/admin/resources/templates/kc-tabs-group-list.html b/admin/resources/templates/kc-tabs-group-list.html
new file mode 100644
index 0000000..5b67035
--- /dev/null
+++ b/admin/resources/templates/kc-tabs-group-list.html
@@ -0,0 +1,11 @@
+<div data-ng-controller="GroupTabCtrl">
+ <h1>
+ <span>{{:: 'user-groups' | translate}}</span>
+ </h1>
+
+ <ul class="nav nav-tabs">
+ <li ng-class="{active: path[2] == 'groups'}"><a href="#/realms/{{realm.realm}}/groups">{{:: 'groups' | translate}}</a></li>
+ <li data-ng-show="access.viewRealm" ng-class="{active: path[2] == 'default-groups'}"><a href="#/realms/{{realm.realm}}/default-groups">{{:: 'default-groups' | translate}}</a><kc-tooltip>{{:: 'groups.default-groups.tooltip' | translate}}</kc-tooltip>
+ </li>
+ </ul>
+</div> \ No newline at end of file