ui: tape: retention/allocation are Policies, note so
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
843146479a
commit
17bbcb57d7
|
@ -113,11 +113,11 @@ Ext.define('PBS.TapeManagement.PoolPanel', {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Allocation'),
|
text: gettext('Allocation Policy'),
|
||||||
dataIndex: 'allocation',
|
dataIndex: 'allocation',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Retention'),
|
text: gettext('Retention Policy'),
|
||||||
dataIndex: 'retention',
|
dataIndex: 'retention',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -27,11 +27,11 @@ Ext.define('PBS.TapeManagement.PoolSelector', {
|
||||||
dataIndex: 'drive',
|
dataIndex: 'drive',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Allocation'),
|
text: gettext('Allocation Policy'),
|
||||||
dataIndex: 'allocation',
|
dataIndex: 'allocation',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: gettext('Retention'),
|
text: gettext('Retention Policy'),
|
||||||
dataIndex: 'retention',
|
dataIndex: 'retention',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -33,7 +33,7 @@ Ext.define('PBS.TapeManagement.PoolEditWindow', {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldLabel: gettext('Allocation'),
|
fieldLabel: gettext('Allocation Policy'),
|
||||||
xtype: 'pbsAllocationSelector',
|
xtype: 'pbsAllocationSelector',
|
||||||
name: 'allocation',
|
name: 'allocation',
|
||||||
skipEmptyText: true,
|
skipEmptyText: true,
|
||||||
|
@ -44,7 +44,7 @@ Ext.define('PBS.TapeManagement.PoolEditWindow', {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldLabel: gettext('Retention'),
|
fieldLabel: gettext('Retention Policy'),
|
||||||
xtype: 'pbsRetentionSelector',
|
xtype: 'pbsRetentionSelector',
|
||||||
name: 'retention',
|
name: 'retention',
|
||||||
skipEmptyText: true,
|
skipEmptyText: true,
|
||||||
|
|
Loading…
Reference in New Issue