add tooltip to ldap server wizard
This commit is contained in:
parent
122f8d831b
commit
1e9abb4964
|
@ -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 New Issue