fix(container): sort containers alphabetically by name in ExecuteContainerCommand and update filtering in Terminal Index

This commit is contained in:
Andras Bacsai
2025-07-23 20:49:12 +02:00
parent 103a9c2df2
commit cc5abc093d
2 changed files with 7 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ class Index extends Component
return null;
})->filter();
});
})->sortBy('name');
}
public function updatedSelectedUuid()