mirror of
https://github.com/unraid/webgui.git
synced 2026-02-06 00:49:06 -06: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