Icons work #550 + Italian language

This commit is contained in:
Jokob-sk
2024-04-05 19:20:43 +11:00
parent f56d7c686d
commit 1f735e9ed5
17 changed files with 829 additions and 17 deletions

View File

@@ -50,8 +50,9 @@
$decoded_icon = base64_decode($icon);
$idFromMac = str_replace(":", "_", $node_mac);
$str_tab_header = '<li class="'.$activetab.'">
<a href="#'.$idFromMac.'" data-mytabmac="'.$node_mac.'" id="'.$idFromMac.'_id" data-toggle="tab" >' // _id is added so it doesn't conflict with AdminLTE tab behavior
.$decoded_icon.$node_name.' ' .$str_port.$node_badge.
.'<div class="icon">'.$decoded_icon.' </div>'.$node_name.' ' .$str_port.$node_badge.
'</a>
</li>';