mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 06:50:54 +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]': {
|
||||
click: function() {
|
||||
this.getView().close();
|
||||
}
|
||||
},
|
||||
'button[reference=removeButton]': {
|
||||
'button[reference=removeButton]': {
|
||||
click: function() {
|
||||
var view = this.getView();
|
||||
PVE.Utils.API2Request({
|
||||
|
Loading…
Reference in New Issue
Block a user