]> git.proxmox.com Git - proxmox-backup.git/commit
move subscription API path to /nodes
authorStefan Reiter <s.reiter@proxmox.com>
Tue, 21 Jul 2020 11:41:06 +0000 (13:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jul 2020 17:33:52 +0000 (19:33 +0200)
commit113c9b5981f7d45ba108f117159eb038b40af850
tree7c5feef7058887fd6556afdbde3dd84a2e49a153
parent956295cefe9ba06262ee22fe6bd1409adff4a3ca
move subscription API path to /nodes

This aligns it with PVE and allows the widget toolkit's update window
"refresh" to work without modifications once POST /apt/update is
implemented.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/api2.rs
src/api2/node.rs
src/api2/node/subscription.rs [new file with mode: 0644]
src/api2/subscription.rs [deleted file]
www/Dashboard.js
www/Subscription.js