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,7 @@
<div class="form-group clearfix">
<label class="col-md-2 control-label" for="baseUrl"><span class="required">*</span> {{:: 'openshift4.base-url' | translate}}</label>
<div class="col-md-6">
<input class="form-control" id="baseUrl" type="text" ng-model="identityProvider.config.baseUrl" required>
</div>
<kc-tooltip>{{:: 'openshift4.base-url.tooltip' | translate}}</kc-tooltip>
</div>