Merge pull request #19940 from owncloud/ldap-server-wizard-tooltip
Add tooltip to ldap server wizard
This commit is contained in:
commit
d4af369e60
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ OCA = OCA || {};
|
|||
$('.ldap_submit').button();
|
||||
$('.ldap_action_test_connection').button();
|
||||
$('#ldapSettings').tabs({ beforeActivate: this.onTabChange });
|
||||
$('#ldapSettings :input').tooltip({placement: "right", container: "body", trigger: "hover"});
|
||||
|
||||
this.initControls();
|
||||
this.disableTabs();
|
||||
|
|
Loading…
Reference in a new issue