]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
add baseurl of stdremovebutton to config
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 5 Apr 2017 07:25:49 +0000 (09:25 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 5 Apr 2017 07:42:22 +0000 (09:42 +0200)
so that we can bind this

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
button/Button.js

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