mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-24 05:59:47 +00:00
ask for confirmation before hot-applying network changes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
21cd6c09e2
commit
2877ddea0b
@ -127,6 +127,7 @@ Ext.define('Proxmox.node.NetworkView', {
|
||||
text: gettext('Apply Configuration'),
|
||||
itemId: 'apply',
|
||||
disabled: true,
|
||||
confirmMsg: 'Do you want to apply pending network changes?',
|
||||
hidden: !me.showApplyBtn,
|
||||
handler: function() {
|
||||
Proxmox.Utils.API2Request({
|
||||
|
Loading…
Reference in New Issue
Block a user