Skip to content

Commit

Permalink
Change locations default sort order (librenms#9502)
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant authored Nov 30, 2018
1 parent 095a4a0 commit 909f2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/locations.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 909f2c5

Please sign in to comment.