Assettype field for active/passive network-components

This commit is contained in:
2023-02-24 15:20:25 +01:00
parent 42e327776c
commit 26e9c89405
9 changed files with 46 additions and 7 deletions
+8
View File
@@ -52,6 +52,14 @@
{$asset->asset_intf}
</td>
</tr>
<tr>
<td class="label">
{$lang_asset_type}
</td>
<td class="value">
{$asset->asset_type}
</td>
</tr>
</table>