Skip to content

Commit c4736f4

Browse files
committed
hack: disable occupancy diagram
The trainrun return is still displayed there. TODO: fix that.
1 parent c259448 commit c4736f4

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
@@ -31,7 +31,7 @@ <h2 class="SummaryTitle">
3131
</sbb-form-field>
3232
</sbb-expansion-panel>
3333

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

0 commit comments

Comments
 (0)