Skip to content

Commit 21444a3

Browse files
committed
hack: hide trainrun section numberOfStops
Signed-off-by: Louis Greiner <greiner.louis@gmail.com>
1 parent 0c1a53d commit 21444a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
<td class="EditTrainrunSectionDialogHeaderLeft" rowspan="2">
88
<b>{{ leftBetriebspunkt[0] }}</b> {{ leftBetriebspunkt[1] }}
99
</td>
10-
<td class="EditTrainrunSectionDialogHeaderSeparatorLeft"></td>
10+
<td class="EditTrainrunSectionDialogHeaderSeparatorLeft" style="visibility: hidden;"></td>
1111
<td
1212
[ngClass]="
1313
tagNbrStopInput
1414
? 'EditTrainrunSectionDialogHeaderCenter IsActive'
1515
: 'EditTrainrunSectionDialogHeaderCenter NotActive'
1616
"
1717
rowspan="2"
18+
style="visibility: hidden;"
1819
>
1920
<input
2021
tabindex="-1"
@@ -54,7 +55,7 @@
5455
type="button"
5556
/>
5657
</td>
57-
<td class="EditTrainrunSectionDialogHeaderSeparatorRight"></td>
58+
<td class="EditTrainrunSectionDialogHeaderSeparatorRight" style="visibility: hidden;"></td>
5859
<td class="EditTrainrunSectionDialogHeaderRight" rowspan="2">
5960
<b>{{ rightBetriebspunkt[0] }}</b> {{ rightBetriebspunkt[1] }}
6061
</td>

0 commit comments

Comments
 (0)