mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-26 02:21:14 +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'),
|
text: gettext('Apply Configuration'),
|
||||||
itemId: 'apply',
|
itemId: 'apply',
|
||||||
disabled: true,
|
disabled: true,
|
||||||
|
confirmMsg: 'Do you want to apply pending network changes?',
|
||||||
hidden: !me.showApplyBtn,
|
hidden: !me.showApplyBtn,
|
||||||
handler: function() {
|
handler: function() {
|
||||||
Proxmox.Utils.API2Request({
|
Proxmox.Utils.API2Request({
|
||||||
|
Loading…
Reference in New Issue
Block a user