chore: show ignoreRoomWgt first

This commit is contained in:
Wolfgang Witt 2021-03-24 14:31:07 +01:00 committed by Gregor Kleen
parent 7ad782d014
commit cd865556de

View File

@ -2,7 +2,7 @@ $newline never
<table .table .table--striped .table--hover>
<thead>
<tr .table__row .table__row--head>
<th .table__th>
<th .table__th colspan=2>
_{MsgExamRoomName}
<th .table__th colspan=2>
_{MsgExamRoomLoad}
@ -27,6 +27,9 @@ $newline never
<tbody>
$forall Entity occId ExamOccurrence{ examOccurrenceName, examOccurrenceRoom, examOccurrenceStart, examOccurrenceEnd, examOccurrenceDescription, examOccurrenceCapacity } <- occurrences
<tr .table__row>
<td .table__td :isIgnored occId:.occurrence--ignored>
$maybe ignoreRoomWgt' <- Map.lookup occId ignoreRoomWgt
^{ignoreRoomWgt'}
<td .table__td :isIgnored occId:.occurrence--ignored>
_{examOccurrenceName}
<td .table__td :isIgnored occId:.occurrence--ignored>
@ -34,8 +37,6 @@ $newline never
<td .table__td :isIgnored occId:.occurrence--ignored>
$maybe nudgeWgt' <- Map.lookup occId nudgeWgt
^{nudgeWgt'}
$maybe ignoreRoomWgt' <- Map.lookup occId ignoreRoomWgt
^{ignoreRoomWgt'}
<td .table__td :isIgnored occId:.occurrence--ignored>
$maybe mappingWgt <- occMapping occId
^{mappingWgt}