]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Utils.js
ui: save ui options from /cluster/options instead of version
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 16 Nov 2022 15:48:05 +0000 (16:48 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 17:20:12 +0000 (18:20 +0100)
commitb7f4cb7cf9a0d1849473567a628c1b5f3ed8293c
treeb77aba6d88609fa66b5bf3260cff6fa8a4d12381
parent1f6d7f7fbf96330d5184ad6f4a4263bbcb335c26
ui: save ui options from /cluster/options instead of version

/cluster/options is now the go to place for getting these options
(until we have more options unrelated to the datacenter.cfg)

Also move the use of the console from VersionInfo to here, since
this will be the future place for ui related backend options.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Utils.js
www/manager6/Workspace.js
www/manager6/dc/OptionView.js