ui: fix setting protection in namespace
The ns parameter would not be included previously. Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
44df558d66
commit
7ebd97e8ea
|
@ -685,25 +685,10 @@ Ext.define('PBS.DataStoreContent', {
|
||||||
isCreate: false,
|
isCreate: false,
|
||||||
autoLoad: true,
|
autoLoad: true,
|
||||||
|
|
||||||
loadUrl: `${url}?${Ext.Object.toQueryString(params)}`,
|
|
||||||
url,
|
url,
|
||||||
|
extraRequestParams: params,
|
||||||
|
|
||||||
items: [
|
items: [
|
||||||
{
|
|
||||||
xtype: 'hidden',
|
|
||||||
name: 'backup-type',
|
|
||||||
value: type,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
xtype: 'hidden',
|
|
||||||
name: 'backup-id',
|
|
||||||
value: id,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
xtype: 'hidden',
|
|
||||||
name: 'backup-time',
|
|
||||||
value: time,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxcheckbox',
|
xtype: 'proxmoxcheckbox',
|
||||||
fieldLabel: gettext('Protected'),
|
fieldLabel: gettext('Protected'),
|
||||||
|
|
Loading…
Reference in New Issue