From 381eea63b194b8ccc5cd393c25c160369b61bd70 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Mon, 18 May 2026 19:14:09 -0400 Subject: [PATCH] refactor(central-ui): drop redundant Parent Template field from Template Properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Template Properties card repeated the parent template, which the page header already shows — the "inherits X" line for base templates and the "Derived from X — composed inside Y" line for derived ones. The card now carries only Name and Description. --- .../Components/Pages/Design/TemplateEdit.razor | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/ScadaLink.CentralUI/Components/Pages/Design/TemplateEdit.razor b/src/ScadaLink.CentralUI/Components/Pages/Design/TemplateEdit.razor index 6732540..c621b2c 100644 --- a/src/ScadaLink.CentralUI/Components/Pages/Design/TemplateEdit.razor +++ b/src/ScadaLink.CentralUI/Components/Pages/Design/TemplateEdit.razor @@ -323,13 +323,8 @@ -
- - -
+ @* Parent template is shown in the header above (the "inherits" + / "Derived from" line), so it is not repeated here. *@