ui: allow one to delete the description

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-27 12:27:52 +01:00
parent d28e688666
commit d3444c0891

View File

@ -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,
});