mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-10 01:18:06 +03:00
ui: datastore content: add menu separator above forget entry
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2f699281c1
commit
f5d5b454a4
@ -1313,6 +1313,7 @@ Ext.define('PBS.datastore.GroupCmdMenu', {
|
|||||||
hidden: '{!onPrune}',
|
hidden: '{!onPrune}',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{ xtype: 'menuseparator' },
|
||||||
{
|
{
|
||||||
text: gettext('Remove'),
|
text: gettext('Remove'),
|
||||||
iconCls: 'fa critical fa-trash-o',
|
iconCls: 'fa critical fa-trash-o',
|
||||||
@ -1351,6 +1352,7 @@ Ext.define('PBS.datastore.SnapshotCmdMenu', {
|
|||||||
disabled: '{!onProtectionChange}',
|
disabled: '{!onProtectionChange}',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{ xtype: 'menuseparator' },
|
||||||
{
|
{
|
||||||
text: gettext('Remove'),
|
text: gettext('Remove'),
|
||||||
iconCls: 'fa critical fa-trash-o',
|
iconCls: 'fa critical fa-trash-o',
|
||||||
|
Loading…
Reference in New Issue
Block a user