add baseurl of stdremovebutton to config

so that we can bind this

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-04-05 09:25:49 +02:00 committed by Dietmar Maurer
parent ecb078243a
commit 3c93b430cd

View File

@ -102,7 +102,9 @@ Ext.define('Proxmox.button.StdRemoveButton', {
disabled: true, disabled: true,
baseurl: undefined, config: {
baseurl: undefined
},
getUrl: function(rec) { getUrl: function(rec) {
var me = this; var me = this;