Skip to content

Commit

Permalink
hack: disable trainrun time category
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 c1679f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</button>
</div>
</div>
<div class="column" style="float: left; width: 150px">
<div class="column" style="float: left; width: 150px" *ngIf="false">
<sbb-label>{{ 'app.view.dialogs.trainrun-and-section-dialog.trainrun-tab.verkehrt' | translate }}</sbb-label>
<div class="sbb-trainrun-chip-group">
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ <h2 class="SummaryTitle">{{ 'app.view.editor-filter-view.filter' | translate }}<
</button>
</div>

<sbb-label class="sbb-mt-m">{{ 'app.view.editor-filter-view.time-category' | translate }}</sbb-label>
<div class="sbb-trainrun-chip-group">
<sbb-label class="sbb-mt-m" *ngIf="false">{{ 'app.view.editor-filter-view.time-category' | translate }}</sbb-label>
<div class="sbb-trainrun-chip-group" *ngIf="false">
<button
[class]="getTimeCategoryClassname(trainrunTimeCategory)"
(click)="onTimeCategoryChanged(trainrunTimeCategory)"
Expand Down

0 comments on commit c1679f2

Please sign in to comment.