ui: allow one to delete the description
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d28e688666
commit
d3444c0891
@ -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,
|
rows: rows,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user