mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
alphabetic sorting of global settings view (#10678)
This commit is contained in:
committed by
Tony Murray
parent
447277fd10
commit
2fe392f330
@@ -87,6 +87,8 @@ if (Auth::user()->hasGlobalAdmin()) {
|
||||
'auth_ad_bindpassword',
|
||||
);
|
||||
|
||||
ksort($a);
|
||||
|
||||
$r = '<table class="table table-condensed table-hover"><tbody>';
|
||||
foreach ($a as $k => $v) {
|
||||
if (!empty($v)) {
|
||||
|
Reference in New Issue
Block a user