mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
One more in DX cluster
This commit is contained in:
@@ -1405,7 +1405,7 @@ $(function() {
|
||||
|
||||
// Add hover tooltips to all rows
|
||||
$('.spottable tbody tr').each(function() {
|
||||
$(this).attr('title', lang_click_to_prepare_logging);
|
||||
$(this).attr('title', decodeHtml(lang_click_to_prepare_logging));
|
||||
$(this).attr('data-bs-toggle', 'tooltip');
|
||||
$(this).attr('data-bs-placement', 'top');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user