Skip to content

Commit

Permalink
hack: disable node stopping times
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Greiner <[email protected]>
  • Loading branch information
louisgreiner committed Jan 20, 2025
1 parent 37949a6 commit 667f8a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2 class="SummaryTitle">
</sbb-form-field>
</sbb-expansion-panel>

<sbb-expansion-panel [expanded]="false">
<sbb-expansion-panel [expanded]="false" *ngIf="false">
<sbb-expansion-panel-header> {{ 'app.view.editor-side-view.editor-node-detail-view.stopping-times' | translate }} </sbb-expansion-panel-header>

<sbb-label class="sbb-mt-m">{{ 'app.view.editor-side-view.editor-node-detail-view.stopping-time-per-product' | translate }}</sbb-label>
Expand Down

0 comments on commit 667f8a2

Please sign in to comment.