From 0b2da1f00fd9800b3cfc202bc1a5ab17126d1603 Mon Sep 17 00:00:00 2001 From: Thomas Hooge Date: Wed, 1 Mar 2023 10:10:36 +0100 Subject: [PATCH] Added missing imagelinks in views --- tpl/assetclassgroupview.tpl | 1 + tpl/assetclassview.tpl | 1 + tpl/assetview.tpl | 1 + tpl/cableview.tpl | 19 ++++++++++--------- tpl/subnetview.tpl | 1 + tpl/vlanview.tpl | 21 +++++++++++---------- 6 files changed, 25 insertions(+), 19 deletions(-) diff --git a/tpl/assetclassgroupview.tpl b/tpl/assetclassgroupview.tpl index b50e87c..9879b76 100644 --- a/tpl/assetclassgroupview.tpl +++ b/tpl/assetclassgroupview.tpl @@ -1,6 +1,7 @@
+ {$assetclassgroup->name} diff --git a/tpl/assetclassview.tpl b/tpl/assetclassview.tpl index 6bac64b..9c8c79a 100644 --- a/tpl/assetclassview.tpl +++ b/tpl/assetclassview.tpl @@ -1,6 +1,7 @@
+ {$assetclass->assetclass_name} diff --git a/tpl/assetview.tpl b/tpl/assetview.tpl index 9547410..7c1a785 100644 --- a/tpl/assetview.tpl +++ b/tpl/assetview.tpl @@ -1,6 +1,7 @@
+ {$asset->asset_name} diff --git a/tpl/cableview.tpl b/tpl/cableview.tpl index 3e3b22f..57c3264 100644 --- a/tpl/cableview.tpl +++ b/tpl/cableview.tpl @@ -1,13 +1,14 @@ - - - - + + + +
- {$cable->description} - - {$lang_cable_edit} - {$lang_cable_del} -
+ + {$cable->description} + + {$lang_cable_edit} + {$lang_cable_del} +
diff --git a/tpl/subnetview.tpl b/tpl/subnetview.tpl index 0759796..fb15ed6 100644 --- a/tpl/subnetview.tpl +++ b/tpl/subnetview.tpl @@ -1,6 +1,7 @@
+ {$subnet->address}/{$subnet->mask} diff --git a/tpl/vlanview.tpl b/tpl/vlanview.tpl index 474fe11..9ca7d19 100644 --- a/tpl/vlanview.tpl +++ b/tpl/vlanview.tpl @@ -1,14 +1,15 @@ - - - - + + + +
- {$vlan->name} - - {$lang_assignvlantosubnet} - {$lang_vlan_edit} - {$lang_vlan_del} -
+ + {$vlan->name} + + {$lang_assignvlantosubnet} + {$lang_vlan_edit} + {$lang_vlan_del} +