ui: datastore/Prune: improve title of group prune window
we are not actually pruning the whole datastore, but only the single group, so set that as a title Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
afbf2e10f3
commit
f027c2146e
|
@ -251,7 +251,7 @@ Ext.define('PBS.DataStorePrune', {
|
|||
|
||||
Ext.apply(me, {
|
||||
url: '/api2/extjs/admin/datastore/' + me.datastore + "/prune",
|
||||
title: "Prune Datastore '" + me.datastore + "'",
|
||||
title: `Prune Group '${me.datastore}:${me.backup_type}/${me.backup_id}'`,
|
||||
items: [{
|
||||
xtype: 'pbsDataStorePruneInputPanel',
|
||||
url: '/api2/extjs/admin/datastore/' + me.datastore + "/prune",
|
||||
|
|
Loading…
Reference in New Issue