proxmoxStdRemoveButton: fixup getUrl method - add 'me'
This commit is contained in:
parent
375c055b9a
commit
3c08d49aa1
@ -87,6 +87,8 @@ Ext.define('Proxmox.button.StdRemoveButton', {
|
||||
baseurl: undefined,
|
||||
|
||||
getUrl: function(rec) {
|
||||
var me = this;
|
||||
|
||||
return me.baseurl + '/' + rec.getId();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user