mirror of
https://github.com/unraid/webgui.git
synced 2026-03-20 20:02:44 -05:00
Allow user sorting preference for containers and VMs
Sorting preference also dictates the sequence in which containers and VMs are started and stopped (reversed)
This commit is contained in:
@@ -20,6 +20,7 @@ $dockerManPaths = [
|
||||
'template-repos' => '/boot/config/plugins/dockerMan/template-repos',
|
||||
'templates-user' => '/boot/config/plugins/dockerMan/templates-user',
|
||||
'templates-storage' => '/boot/config/plugins/dockerMan/templates',
|
||||
'user-prefs' => '/boot/config/plugins/dockerMan/userprefs.cfg',
|
||||
'images-ram' => '/usr/local/emhttp/state/plugins/dynamix.docker.manager/images',
|
||||
'images-storage' => '/boot/config/plugins/dockerMan/images',
|
||||
'webui-info' => '/usr/local/emhttp/state/plugins/dynamix.docker.manager/docker.json',
|
||||
|
||||
Reference in New Issue
Block a user