Skip to content

Commit

Permalink
hack: disable occupancy diagram
Browse files Browse the repository at this point in the history
The trainrun return is still displayed there. TODO: fix that.
  • Loading branch information
emersion committed Aug 8, 2024
1 parent de00f7b commit d8b7083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2 class="SummaryTitle">
</sbb-form-field>
</sbb-expansion-panel>

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

0 comments on commit d8b7083

Please sign in to comment.