Use tooltip for ssl certs table
This commit is contained in:
parent
cf79417490
commit
3c432a8afe
|
@ -13,7 +13,7 @@ $(document).ready(function () {
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#sslCertificate tr > td').tipsy({gravity: 'n', live: true});
|
$('#sslCertificate tr > td').tooltip({placement: 'bottom', container: 'body'});
|
||||||
|
|
||||||
$('#rootcert_import').fileupload({
|
$('#rootcert_import').fileupload({
|
||||||
pasteZone: null,
|
pasteZone: null,
|
||||||
|
|
Loading…
Reference in New Issue