fixes sorting by lease type

fixes sorting on the "lease type" column (the underlying data structure is keyed on "act" instead of "type")
This commit is contained in:
ljm42 2017-10-22 21:11:05 -07:00 committed by GitHub
parent 0d8b5c14e7
commit ec39f8d389

View File

@ -360,7 +360,7 @@ include("head.inc");?>
<td class="act_sort" data-field="start"><?=gettext("Start"); ?></td>
<td class="act_sort" data-field="end"><?=gettext("End"); ?></td>
<td class="act_sort" data-field="online"><?=gettext("Status"); ?></td>
<td class="act_sort" data-field="type"><?=gettext("Lease type"); ?></td>
<td class="act_sort" data-field="act"><?=gettext("Lease type"); ?></td>
<td>&nbsp;</td>
</tr>
</thead>