Skip to content

Commit d43b085

Browse files
committed
Switch +/- in PCF view
1 parent ef6f8ff commit d43b085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AasxServerBlazor/Pages/Pcf2.razor

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@
157157
var hideClass = "hidden";
158158
var hideCircle = hideClass; //always hide circle
159159
var hideElement = hideClass; //decide hiding of elements
160-
string buttonText = "-";
160+
string buttonText = "+";
161161

162162
<div class="node mb-2 flex flex-row space-x-2">
163163
@if (viewCombination && node != null)
164164
{
165165
if (!closedNode.Contains(node.aas.Id))
166166
{
167-
buttonText = "+";
167+
buttonText = "-";
168168
}
169169
var n = node;
170170
<div class="grid place-items-center self-center">

0 commit comments

Comments
 (0)