Sort smart app disks by label (#15686)

* sort smart app disks by label

* .

* .
This commit is contained in:
SourceDoctor
2024-01-16 00:05:10 +01:00
committed by GitHub
parent ee114218d4
commit ba48a17a45
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ if (isset($vars['disk'])) {
$disks = array_keys($app->data['disks']);
}
sort($disks);
$smart_enhancements = ['id9', 'maxtemp', 'id232'];
$int = 0;