From 6f711c1737900044ebf54170c80879e29133b8f4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 3 Jul 2020 17:20:33 +0200 Subject: [PATCH] ui: ZFS list: fix details top-bar button handler Signed-off-by: Thomas Lamprecht --- www/ZFSList.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/ZFSList.js b/www/ZFSList.js index 5b95ae60..8100b8f6 100644 --- a/www/ZFSList.js +++ b/www/ZFSList.js @@ -117,8 +117,7 @@ Ext.define('PBS.admin.ZFSList', { text: gettext('Detail'), xtype: 'proxmoxButton', disabled: true, - handler: function() { - } + handler: 'openDetailWindow', } ], -- 2.39.2