Fix Unraid icon style collision

This commit is contained in:
Mikei386
2026-07-14 18:10:17 +02:00
parent 982f8f83dd
commit 82190887ee
7 changed files with 37 additions and 18 deletions
+1 -1
View File
@@ -2666,7 +2666,7 @@ function formatPrincipal(name, id) {
function iconSvg(name) {
const paths = uiIcons[name] || uiIcons.close;
return `<svg class="ui-icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false">${paths}</svg>`;
return `<svg class="unav-icon" viewBox="0 0 24 24" aria-hidden="true" focusable="false">${paths}</svg>`;
}
function escapeHtml(value) {