Adds tooltip for URL and en translation

This commit is contained in:
Bartosz Majsak 2017-03-02 20:24:52 +01:00
parent 1a6bb2fedb
commit 669b0143af
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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>