Skip to content

Commit 1eda2af

Browse files
committed
Fix PCF view for root
1 parent acca3fb commit 1eda2af

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/AasxServerBlazor/Pages/Pcf2.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
string buttonText = "+";
161161

162162
<div class="node mb-2 flex flex-row space-x-2">
163-
@if (viewCombination && node != null)
163+
@if (viewCombination && node != null && node != AasxTask.root)
164164
{
165165
if (!closedNode.Contains(node.aas.Id))
166166
{

src/AasxServerBlazor/Properties/launchSettings.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@
1010
},
1111
"AasxServerBlazor": {
1212
"commandName": "Project",
13-
"commandLineArgs": "--no-security --aasx-in-memory 1000 --data-path \"C:\\Development\\eis-view\" --edit --external-blazor http://localhost:5001",
13+
"commandLineArgs": "--no-security --aasx-in-memory 1000 --data-path \"C:\\Development\\PCF View\" --edit --external-blazor http://localhost:5001",
1414
"launchBrowser": true,
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development",
17-
"AASREGISTRY": "https://basyx-aasreg.h2894164.stratoserver.net/api/v3.0",
18-
"IFRAMEPATH": "https://dpp40-2-v2.industrialdigitaltwin.org/dashboard/submodelViewV3.html",
19-
"AASREGISTRY2": "https://pcf-v3-registry.h2894164.stratoserver.net",
20-
"SUBMODELREGISTRY": "https://basyx-subreg.h2894164.stratoserver.net/api/v3.0"
17+
"AASREGISTRY": "https://registry.dpp40-2-v2.industrialdigitaltwin.org",
18+
"IFRAMEPATH": "https://dpp40-2-v2.industrialdigitaltwin.org/dashboard/submodelViewV3.html"
2119
},
2220
"applicationUrl": "http://localhost:5001",
2321
"jsWebView2Debugging": true

0 commit comments

Comments
 (0)