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