ui: tape: retention/allocation are Policies, note so
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -33,7 +33,7 @@ Ext.define('PBS.TapeManagement.PoolEditWindow', {
|
||||
},
|
||||
},
|
||||
{
|
||||
fieldLabel: gettext('Allocation'),
|
||||
fieldLabel: gettext('Allocation Policy'),
|
||||
xtype: 'pbsAllocationSelector',
|
||||
name: 'allocation',
|
||||
skipEmptyText: true,
|
||||
@ -44,7 +44,7 @@ Ext.define('PBS.TapeManagement.PoolEditWindow', {
|
||||
},
|
||||
},
|
||||
{
|
||||
fieldLabel: gettext('Retention'),
|
||||
fieldLabel: gettext('Retention Policy'),
|
||||
xtype: 'pbsRetentionSelector',
|
||||
name: 'retention',
|
||||
skipEmptyText: true,
|
||||
|
Reference in New Issue
Block a user