]> git.proxmox.com Git - pve-manager.git/commit
ui: storage selector: only check for nodename before loading storage
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 21 Sep 2021 11:22:05 +0000 (13:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Sep 2021 13:25:37 +0000 (15:25 +0200)
commit1c646aa280dbec65f98aca1a82ed7301ee4027b5
treee4649d55507e5e8774a2a9ada1e24a0de5a0f902
parent6c23fbbec0451c079786efe3329414fb6c20f06d
ui: storage selector: only check for nodename before loading storage

but allow an empty nodename to be set. This is in preparation for
allowing a cluster view as well, where an empty node name will
indicate that no node is selected.

Since the reloadStorageList function still returns early if there is
no nodename, this should not lead to any issues.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
www/manager6/form/StorageSelector.js