]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: ZFS list: fix details top-bar button handler
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 3 Jul 2020 15:20:33 +0000 (17:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 3 Jul 2020 15:20:33 +0000 (17:20 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/ZFSList.js

index 5b95ae609931c27ed5a55ee9d325ff15077e554f..8100b8f6630987aed74b47709e883761a5877745 100644 (file)
@@ -117,8 +117,7 @@ Ext.define('PBS.admin.ZFSList', {
            text: gettext('Detail'),
            xtype: 'proxmoxButton',
            disabled: true,
-           handler: function() {
-           }
+           handler: 'openDetailWindow',
        }
     ],