ui: tape: rename erase to format
erase is a different action, so correctly call it 'format' Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
4bf2ab1109
commit
a2e30cd51d
@ -215,7 +215,7 @@ Ext.define('PBS.TapeManagement.DriveStatus', {
|
||||
handler: 'format',
|
||||
iconCls: 'fa fa-trash-o',
|
||||
dangerous: true,
|
||||
confirmMsg: gettext('Are you sure you want to erase the inserted tape?'),
|
||||
confirmMsg: gettext('Are you sure you want to format the inserted tape?'),
|
||||
disabled: true,
|
||||
bind: {
|
||||
disabled: '{!online}',
|
||||
|
||||
Reference in New Issue
Block a user