Skip to content

Commit 3f476da

Browse files
emersionlouisgreiner
authored andcommitted
hack: disable occupancy diagram
The trainrun return is still displayed there. TODO: fix that.
1 parent 0c523c5 commit 3f476da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/view/editor-side-view/editor-node-detail-view/editor-node-detail-view.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 class="SummaryTitle">
4040
</sbb-form-field>
4141
</sbb-expansion-panel>
4242

43-
<sbb-expansion-panel [expanded]="true">
43+
<sbb-expansion-panel [expanded]="true" *ngIf="false">
4444
<sbb-expansion-panel-header>{{ 'app.view.editor-side-view.editor-node-detail-view.occupancy' | translate }}</sbb-expansion-panel-header>
4545
<div class="sbb-mt-m">
4646
<sbb-knoten-auslastung-view></sbb-knoten-auslastung-view>

0 commit comments

Comments
 (0)