]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Utils.js
ui: storage: combine RBD external and hyperconverged add dialog
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 31 Jul 2018 08:28:06 +0000 (10:28 +0200)
committerDominik Csapak <d.csapak@proxmox.com>
Tue, 31 Jul 2018 12:04:57 +0000 (14:04 +0200)
commit0d1ac958bc6f462ff7fa4833bde3398827415879
treec42f71d19000ac586211eeac6827322630e5b8b1
parentab9f0fe1b1ca576720b44d57c099bd894670f142
ui: storage: combine RBD external and hyperconverged add dialog

Combine both dialogues. This reduces storage choices from the
Storage -> Add menu, and thus improves usability.

We make the whole dialog also more intelligent by querying the
monitors, so that we can show them for the hyper converged case
keeping a similar interface for both cases. Further we can use this
to decide if a hyperconverged setup is possible at all.
While this information would also be available through the fact if
the pool selector has entries I wanted to show them anyway and could
make logic a bit easier using it.
www/manager6/Utils.js
www/manager6/dc/StorageView.js
www/manager6/storage/RBDEdit.js