mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 08:54:32 +00:00
ui: resource tree settings: use the safer hash as bogus submit URL
while it should not matter as we override submit() here, using the # ensures that there never will be any HTTP request produced. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e3eb302c8b
commit
0489947166
@ -3,11 +3,9 @@ Ext.define('PVE.window.TreeSettingsEdit', {
|
||||
alias: 'widget.pveTreeSettingsEdit',
|
||||
|
||||
title: gettext('Tree Settings'),
|
||||
|
||||
isCreate: false,
|
||||
|
||||
// we don't want an url, we override submit(), but it is needed by the parent class
|
||||
url: 'bogus',
|
||||
url: '#', // ignored as submit() gets overriden here, but the parent class requires it
|
||||
|
||||
fieldDefaults: {
|
||||
labelWidth: 120,
|
||||
|
Loading…
Reference in New Issue
Block a user