ui: datastore: change GC/Prune title and buttons a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
8d6b6a045f
commit
cd82870015
@ -53,7 +53,7 @@ Ext.define('PBS.DataStorePanel', {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: gettext('Prune & Garbage collection'),
|
title: gettext('Prune & GC'),
|
||||||
xtype: 'pbsDataStorePruneAndGC',
|
xtype: 'pbsDataStorePruneAndGC',
|
||||||
itemId: 'prunegc',
|
itemId: 'prunegc',
|
||||||
iconCls: 'fa fa-trash-o',
|
iconCls: 'fa fa-trash-o',
|
||||||
|
@ -47,7 +47,7 @@ Ext.define('PBS.DataStorePruneAndGC', {
|
|||||||
'-',
|
'-',
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxButton',
|
xtype: 'proxmoxButton',
|
||||||
text: gettext('Start GC'),
|
text: gettext('Start Garbage Collection'),
|
||||||
selModel: null,
|
selModel: null,
|
||||||
handler: 'garbageCollect',
|
handler: 'garbageCollect',
|
||||||
},
|
},
|
||||||
@ -64,7 +64,7 @@ Ext.define('PBS.DataStorePruneAndGC', {
|
|||||||
"gc-schedule": {
|
"gc-schedule": {
|
||||||
required: true,
|
required: true,
|
||||||
defaultValue: Proxmox.Utils.NoneText,
|
defaultValue: Proxmox.Utils.NoneText,
|
||||||
header: gettext('GC Schedule'),
|
header: gettext('Garbage Collection Schedule'),
|
||||||
editor: {
|
editor: {
|
||||||
xtype: 'proxmoxWindowEdit',
|
xtype: 'proxmoxWindowEdit',
|
||||||
title: gettext('GC Schedule'),
|
title: gettext('GC Schedule'),
|
||||||
|
Loading…
Reference in New Issue
Block a user