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

@@ -13,6 +13,8 @@ $drives = [];
$app_data = $app->data;
array_multisort(array_keys($app_data['disks']), SORT_ASC, $app_data['disks']);
foreach ($app_data['disks'] as $label => $disk_data) {
$disk = $label;