]> git.proxmox.com Git - pve-manager.git/commit
ui: ceph: adapt urls to new ceph/pool endpoint
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 20 Mar 2023 10:32:31 +0000 (11:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 20 Mar 2023 14:31:04 +0000 (15:31 +0100)
commitb5bbcb4c7fe0cea33a93d6a544f46826538f8c2c
tree4c7dcbc1572480add8ae6a1a0ffc79061bba759e
parentb2e005d76aa2cc532863594f15e120319075b98a
ui: ceph: adapt urls to new ceph/pool endpoint

ceph/pools (plural) is deprecated, use the new one.
Since the details / status of a pool has been moved from previously
ceph/pools/{name} to now ceph/pool/{name}/status, we need to pass the
'loadUrl' to the edit window.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by:  Dominik Csapak <d.csapak@proxmox.com>
www/manager6/ceph/Pool.js
www/manager6/form/CephPoolSelector.js