mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Change locations default sort order (#9502)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user