Skip to content

Commit

Permalink
hack: hide trainrun section numberOfStops
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Greiner <[email protected]>
  • Loading branch information
louisgreiner committed Feb 6, 2025
1 parent 25335e3 commit 90c0b8c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
<td class="EditTrainrunSectionDialogHeaderLeft" rowspan="2">
<b>{{ leftBetriebspunkt[0] }}</b> {{ leftBetriebspunkt[1] }}
</td>
<td class="EditTrainrunSectionDialogHeaderSeparatorLeft"></td>
<td class="EditTrainrunSectionDialogHeaderSeparatorLeft" style="visibility: hidden;"></td>
<td
[ngClass]="
tagNbrStopInput
? 'EditTrainrunSectionDialogHeaderCenter IsActive'
: 'EditTrainrunSectionDialogHeaderCenter NotActive'
"
rowspan="2"
style="visibility: hidden;"
>
<input
tabindex="-1"
Expand Down Expand Up @@ -54,7 +55,7 @@
type="button"
/>
</td>
<td class="EditTrainrunSectionDialogHeaderSeparatorRight"></td>
<td class="EditTrainrunSectionDialogHeaderSeparatorRight" style="visibility: hidden;"></td>
<td class="EditTrainrunSectionDialogHeaderRight" rowspan="2">
<b>{{ rightBetriebspunkt[0] }}</b> {{ rightBetriebspunkt[1] }}
</td>
Expand Down

0 comments on commit 90c0b8c

Please sign in to comment.