Skip to content

Commit 126da26

Browse files
committed
hack: disable trainrun time category (#7)
Signed-off-by: Louis Greiner <greiner.louis@gmail.com>
1 parent 4b14280 commit 126da26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/view/dialogs/trainrun-and-section-dialog/trainrun-tab/trainrun-tab.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</button>
4141
</div>
4242
</div>
43-
<div class="column" style="float: left; width: 150px">
43+
<div class="column" style="float: left; width: 150px" *ngIf="false">
4444
<sbb-label>{{ 'app.view.dialogs.trainrun-and-section-dialog.trainrun-tab.verkehrt' | translate }}</sbb-label>
4545
<div class="sbb-trainrun-chip-group">
4646
<button

src/app/view/editor-filter-view/editor-filter-view.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ <h2 class="SummaryTitle">{{ 'app.view.editor-filter-view.filter' | translate }}<
3737
</button>
3838
</div>
3939

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

0 commit comments

Comments
 (0)