mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 23:03:55 +00:00
ext6migrate: change applyIf to apply
in the option view, change the applyIf to apply to correctly show the 'Edit' button Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
05b252dc5c
commit
bc5d0cf8db
@ -178,7 +178,7 @@ Ext.define('PVE.dc.OptionView', {
|
||||
handler: run_editor
|
||||
});
|
||||
|
||||
Ext.applyIf(me, {
|
||||
Ext.apply(me, {
|
||||
url: "/api2/json/cluster/options",
|
||||
cwidth1: 130,
|
||||
interval: 1000,
|
||||
|
@ -216,7 +216,7 @@ Ext.define('PVE.FirewallOptions', {
|
||||
edit_btn.setDisabled(!rowdef.editor);
|
||||
};
|
||||
|
||||
Ext.applyIf(me, {
|
||||
Ext.apply(me, {
|
||||
url: "/api2/json" + me.base_url,
|
||||
cwidth1: 150,
|
||||
tbar: [ edit_btn ],
|
||||
|
Loading…
Reference in New Issue
Block a user