diff options
Diffstat (limited to 'admin/resources/partials/realm-identity-provider-openshift-v3-ext.html')
-rw-r--r-- | admin/resources/partials/realm-identity-provider-openshift-v3-ext.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/resources/partials/realm-identity-provider-openshift-v3-ext.html b/admin/resources/partials/realm-identity-provider-openshift-v3-ext.html new file mode 100644 index 0000000..b1c27de --- /dev/null +++ b/admin/resources/partials/realm-identity-provider-openshift-v3-ext.html @@ -0,0 +1,7 @@ +<div class="form-group clearfix"> + <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> |