Move existing themes under a default folder

This commit is contained in:
decentral1se
2021-05-05 11:50:45 +02:00
parent a95dc5d92e
commit 96c1306cd5
425 changed files with 0 additions and 0 deletions

View File

@ -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>