diff --git a/www/Subscription.js b/www/Subscription.js index 64f47123..d2ad5af0 100644 --- a/www/Subscription.js +++ b/www/Subscription.js @@ -96,6 +96,16 @@ Ext.define('PBS.Subscription', { }); }, }, + { + text: gettext('Remove Subscription'), + xtype: 'proxmoxStdRemoveButton', + confirmMsg: gettext('Are you sure you want to remove the subscription key?'), + baseurl: baseurl, + dangerous: true, + selModel: false, + callback: reload, + }, + //'-', ], rows: rows, });