From d80cf387e65ef6d5b0f904dafee07ef112697355 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 21 Sep 2021 23:32:30 +0200 Subject: [PATCH] minor change --- Layout/default/Patching/Index.php | 7 +++---- application/Patching/PatchingModel.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Layout/default/Patching/Index.php b/Layout/default/Patching/Index.php index 20a9044d2..ca67921f8 100644 --- a/Layout/default/Patching/Index.php +++ b/Layout/default/Patching/Index.php @@ -72,7 +72,7 @@ ODF Port Typ Gerät - Ports + Port Gepatched @@ -91,8 +91,7 @@ workflowitems["ports"]->value->value_string?> - getLineworkportPairs() as $ports): ?> @@ -109,7 +108,7 @@ - + diff --git a/application/Patching/PatchingModel.php b/application/Patching/PatchingModel.php index 752ba8fba..ece852211 100644 --- a/application/Patching/PatchingModel.php +++ b/application/Patching/PatchingModel.php @@ -5,7 +5,7 @@ class PatchingModel { public $linework_port = null; public $device_type = null; public $device_name = null; - public $device_ports = null; + public $device_port = null; public $patched = null; public $create_by = null;