Some more minor GUI improvements

This commit is contained in:
2023-03-03 07:48:35 +01:00
parent 6ebaea2d45
commit f0992b4b64
8 changed files with 71 additions and 10 deletions
+6
View File
@@ -16,6 +16,9 @@
<td class="header">
{$lang_ip}
</td>
<td class="header">
{$lang_node_info}
</td>
<td class="header">
{$lang_asset_name}
</td>
@@ -28,6 +31,9 @@
<td class="label">
<a href="nodeview.php?node_id={$node.node_id}">{if $node.node_ip}{$node.node_ip}{else}(leer){/if}</a>
</td>
<td class="value">
{$node.node_info}
</td>
<td class="value">
<a href="assetview.php?asset_id={$node.asset_id}">{$node.asset_name}</a>
</td>