mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-08-26 02:04:50 +00:00
@@ -482,7 +482,7 @@
|
||||
}
|
||||
return `<a href="${url}" class="inline-flex items-center gap-1.5 text-blue-500 dark:text-blue-400 hover:underline" title="${file}" target="_blank"><span class="iconify" data-icon="${ICONS.download}"></span> ${label}</a>`;
|
||||
}).join("");
|
||||
return `<td class="px-6 py-4 text-center space-x-4">${links}</td>`;
|
||||
return `<td class="px-6 py-4 text-center space-x-2">${links}</td>`;
|
||||
}).join("")}
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user