FE: skeleton uplift

This commit is contained in:
jokob-sk
2026-06-23 16:03:46 +10:00
parent b6327bd1c0
commit c98e068272
4 changed files with 26 additions and 11 deletions

View File

@@ -150,14 +150,14 @@ function processColumnValue(dbColumnDef, value, index, type) {
break;
case 'url_http_https':
value = `<span>
<a href="http://${value}" target="_blank">
<i class="fa fa-lock-open "></i>
</a>
/
<a href="https://${value}" target="_blank">
<i class="fa fa-lock "></i>
</a>
<span>`;
<a href="http://${value}" target="_blank">
<i class="fa fa-lock-open "></i>
</a>
/
<a href="https://${value}" target="_blank">
<i class="fa fa-lock "></i>
</a>
</span>`;
break;
case 'device_name_mac':
value = `<div class="text-center"> ${value}