Merge pull request #613 from stianst/master

Added tooltip to realm enabled button
This commit is contained in:
Stian Thorgersen 2014-08-11 16:14:14 +01:00
commit de770d2881

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>