mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 08:19:27 -05:00
Regression: fix container sorting
This commit is contained in:
@@ -801,8 +801,8 @@ class DockerClient {
|
||||
}
|
||||
$this->allContainersCache[] = $c;
|
||||
}
|
||||
usort($this->allContainersCache, $this->build_sorter('Name'));
|
||||
}
|
||||
usort($this->allContainersCache, $this->build_sorter('Name'));
|
||||
return $this->allContainersCache;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user