We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c3f1c commit 4ced02aCopy full SHA for 4ced02a
src/app/view/editor-side-view/editor-node-detail-view/editor-node-detail-view.component.html
@@ -31,7 +31,7 @@ <h2 class="SummaryTitle">
31
</sbb-form-field>
32
</sbb-expansion-panel>
33
34
- <sbb-expansion-panel [expanded]="true">
+ <sbb-expansion-panel [expanded]="true" *ngIf="false">
35
<sbb-expansion-panel-header>{{ 'app.view.editor-side-view.editor-node-detail-view.occupancy' | translate }}</sbb-expansion-panel-header>
36
<div class="sbb-mt-m">
37
<sbb-knoten-auslastung-view></sbb-knoten-auslastung-view>
0 commit comments