diff --git a/src/base/src/AXOpen.VisualComposer/Components/AccordionComponent.razor b/src/base/src/AXOpen.VisualComposer/Components/AccordionComponent.razor index 8706e8900..5dbc0fd30 100644 --- a/src/base/src/AXOpen.VisualComposer/Components/AccordionComponent.razor +++ b/src/base/src/AXOpen.VisualComposer/Components/AccordionComponent.razor @@ -1,22 +1,21 @@ -@using AXSharp.Connector; +@using AXSharp.Connector; @using System.Reflection @using AXSharp.Connector.ValueTypes
-
- +
+ @if (!Parent.CurrentView.IsWatchTable) + { +
+ +
+ }

@SourceTwinElement.Symbol

- @if (!Parent.CurrentView.IsWatchTable) - { -
- -
- }
@if (IsExpanded) { @@ -32,13 +31,12 @@ else if (kid is ITwinPrimitive prim) { -
- -

@prim.Symbol

-

@(((dynamic)kid).Cyclic)

+
+

@prim.Symbol

+

@(((dynamic)kid).Cyclic)

} } @@ -55,4 +53,4 @@ public VisualComposerContainer Parent { get; set; } private bool IsExpanded { get; set; } = false; -} \ No newline at end of file +} diff --git a/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor b/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor index b9f1302ff..08e160e06 100644 --- a/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor +++ b/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor @@ -135,6 +135,7 @@ {
@*
@@ -177,6 +178,12 @@