Move existing themes under a default folder
This commit is contained in:
20
default-themes/base/admin/resources/partials/realm-list.html
Executable file
20
default-themes/base/admin/resources/partials/realm-list.html
Executable 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>
|
Reference in New Issue
Block a user