Re: [pve-devel] [PATCH pve-manager] api, ui: allow to remove subscription

2020-05-26 Thread Thomas Lamprecht
On 5/26/20 3:42 PM, Moayad Almalat wrote: > Signed-off-by: Moayad Almalat > --- please add a changelog here, e.g. changes from v2 -> v3: * set returns property for API schema * ... FYI: you can add a "v2" easily by using the -v2 option in `git format-patch` or `git send-email`. > PVE/API2/Sub

Re: [pve-devel] [PATCH pve-manager] api, ui: allow to remove subscription

2020-05-23 Thread Thomas Lamprecht
On 5/19/20 11:45 AM, Moayad Almalat wrote: > Signed-off-by: Moayad Almalat > --- > PVE/API2/Subscription.pm | 21 + > PVE/CLI/pvesubscription.pm| 1 + > www/manager6/node/Subscription.js | 9 + > 3 files changed, 31 insertions(+) applying this and t