Adds tooltip for URL and en translation
This commit is contained in:
parent
1a6bb2fedb
commit
669b0143af
2 changed files with 4 additions and 1 deletions
|
@ -540,6 +540,8 @@ social.client-secret.tooltip=The client secret registered with the identity prov
|
|||
social.default-scopes.tooltip=The scopes to be sent when asking for authorization. See documentation for possible values, separator and default value'.
|
||||
key=Key
|
||||
stackoverflow.key.tooltip=The Key obtained from Stack Overflow client registration.
|
||||
openshift.base-url=Base Url
|
||||
openshift.base-url.tooltip=Base Url to Openshift Online API
|
||||
|
||||
# User federation
|
||||
sync-ldap-roles-to-keycloak=Sync LDAP Roles To Keycloak
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<div class="form-group clearfix">
|
||||
<label class="col-md-2 control-label" for="baseUrl"><span class="required">*</span> {{:: 'Base URL' | translate}}</label>
|
||||
<label class="col-md-2 control-label" for="baseUrl"><span class="required">*</span> {{:: 'openshift.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>{{:: 'openshift.base-url.tooltip' | translate}}</kc-tooltip>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue