Commit 1eda2af 1 parent acca3fb commit 1eda2af Copy full SHA for 1eda2af
File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 160
160
string buttonText = " +" ;
161
161
162
162
< div class = " node mb-2 flex flex-row space-x-2" >
163
- @if (viewCombination && node != null )
163
+ @if (viewCombination && node != null && node != AasxTask . root )
164
164
{
165
165
if (! closedNode .Contains (node .aas .Id ))
166
166
{
Original file line number Diff line number Diff line change 10
10
},
11
11
"AasxServerBlazor" : {
12
12
"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" ,
14
14
"launchBrowser" : true ,
15
15
"environmentVariables" : {
16
16
"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"
21
19
},
22
20
"applicationUrl" : " http://localhost:5001" ,
23
21
"jsWebView2Debugging" : true
You can’t perform that action at this time.
0 commit comments