ui: datastore/Content: change group remove to SafeDestroy Window
so that a user does not accidentally remove a whole group instead of a snapshot Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
7ba99fef86
commit
a904e3755d
@ -384,6 +384,7 @@ Ext.define('PBS.Utils', {
|
||||
dirremove: [gettext('Directory'), gettext('Remove')],
|
||||
'eject-media': [gettext('Drive'), gettext('Eject Media')],
|
||||
"format-media": [gettext('Drive'), gettext('Format media')],
|
||||
"forget-group": [gettext('Group'), gettext('Remove Group')],
|
||||
garbage_collection: ['Datastore', gettext('Garbage Collect')],
|
||||
'inventory-update': [gettext('Drive'), gettext('Inventory Update')],
|
||||
'label-media': [gettext('Drive'), gettext('Label Media')],
|
||||
|
Reference in New Issue
Block a user