Skip to content
Snippets Groups Projects
Unverified Commit 3c432a8a authored by Morris Jobke's avatar Morris Jobke
Browse files

Use tooltip for ssl certs table

parent cf794174
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ $(document).ready(function () {
return true;
});
$('#sslCertificate tr > td').tipsy({gravity: 'n', live: true});
$('#sslCertificate tr > td').tooltip({placement: 'bottom', container: 'body'});
$('#rootcert_import').fileupload({
pasteZone: null,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment