mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 04:31:08 +00:00
SafeDestroy: remove dead code
The cancel button was already removed.
This commit is contained in:
parent
bcecf28019
commit
7667066d54
@ -55,12 +55,7 @@ Ext.define('PVE.window.SafeDestroy', {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'button[reference=cancelButton]': {
|
'button[reference=removeButton]': {
|
||||||
click: function() {
|
|
||||||
this.getView().close();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'button[reference=removeButton]': {
|
|
||||||
click: function() {
|
click: function() {
|
||||||
var view = this.getView();
|
var view = this.getView();
|
||||||
PVE.Utils.API2Request({
|
PVE.Utils.API2Request({
|
||||||
|
Loading…
Reference in New Issue
Block a user