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',
|
||||
itemId: 'prunegc',
|
||||
iconCls: 'fa fa-trash-o',
|
||||
|
@ -47,7 +47,7 @@ Ext.define('PBS.DataStorePruneAndGC', {
|
||||
'-',
|
||||
{
|
||||
xtype: 'proxmoxButton',
|
||||
text: gettext('Start GC'),
|
||||
text: gettext('Start Garbage Collection'),
|
||||
selModel: null,
|
||||
handler: 'garbageCollect',
|
||||
},
|
||||
@ -64,7 +64,7 @@ Ext.define('PBS.DataStorePruneAndGC', {
|
||||
"gc-schedule": {
|
||||
required: true,
|
||||
defaultValue: Proxmox.Utils.NoneText,
|
||||
header: gettext('GC Schedule'),
|
||||
header: gettext('Garbage Collection Schedule'),
|
||||
editor: {
|
||||
xtype: 'proxmoxWindowEdit',
|
||||
title: gettext('GC Schedule'),
|
||||
|
Loading…
Reference in New Issue
Block a user