Added tooltip to realm enabled button

This commit is contained in:
Stian Thorgersen 2014-08-11 16:13:38 +01:00
parent 3040f4e89f
commit 7f96770089

View file

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