Change locations default sort order (#9502)

This commit is contained in:
Tony Murray
2018-11-30 15:16:57 -06:00
committed by GitHub
co-authored by GitHub
parent 095a4a024a
commit 909f2c534d
+1 -1
View File
@@ -20,7 +20,7 @@
<table id="locations" class="table table-hover table-condensed table-striped">
<thead>
<tr>
<th data-column-id="location" data-formatter="location" data-order="desc">@lang('Location')</th>
<th data-column-id="location" data-formatter="location" data-order="asc">@lang('Location')</th>
<th data-column-id="coordinates" data-formatter="coordinates" data-sortable="false">@lang('Coordinates')</th>
<th data-column-id="devices" data-formatter="primaryLabel">@lang('Devices')</th>
<th data-column-id="network" data-formatter="defaultLabel">@lang('Network')</th>