Initial Files

This commit is contained in:
2020-09-06 01:01:53 +02:00
parent 84d095af3e
commit 3cae0e731a
364 changed files with 56705 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div class="form-group clearfix">
<label class="col-md-2 control-label" for="clientId">{{:: 'key' | translate}} <span class="required">*</span></label>
<div class="col-md-6">
<input class="form-control" id="clientId" type="text" ng-model="identityProvider.config.key" required>
</div>
<kc-tooltip>{{:: 'stackoverflow.key.tooltip' | translate}}</kc-tooltip>
</div>