chore: show ignoreRoomWgt first
This commit is contained in:
parent
7ad782d014
commit
cd865556de
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user