One more in DX cluster

This commit is contained in:
sm6srw
2025-12-22 18:13:01 -05:00
parent 96e20b4f33
commit 0830c2e1af

View File

@@ -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');
});