mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-10-05 22:12:09 +00:00
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:
parent
ecb078243a
commit
3c93b430cd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user