keycloak-uncached

Merge pull request #613 from stianst/master Added tooltip

8/11/2014 12:14:14 PM

Details

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-detail.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-detail.html
index be95d88..f9c1e3b 100755
--- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-detail.html
+++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-detail.html
@@ -25,6 +25,7 @@
                         <div class="col-sm-4">
                             <input ng-model="realm.enabled" name="enabled" id="enabled" onoffswitch />
                         </div>
+                        <span tooltip="Users and applications can only access a realm if it's enabled" class="pficon pficon-help"></span>
                     </div>
                 </fieldset>