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,20 @@
<div class="col-sm-9 col-md-10 col-sm-push-3 col-md-push-2">
<h1>{{:: 'realms' | translate}}</h1>
<table class="datatable table table-striped table-bordered">
<thead>
<tr>
<th>{{:: 'realm' | translate}}</th>
</tr>
</thead>
<tbody>
<tr data-ng-repeat="r in realms">
<td><a href="#/realms/{{r.realm}}">{{r.realm}}</a></td>
</tr>
</tbody>
</table>
</div>
<kc-menu></kc-menu>