From 8fab19da731895a9c2aca0053f18477a730d78b0 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 27 May 2021 10:52:17 +0200 Subject: [PATCH] fix #3447: ui: Dashboard: disallow selection of datastore statistics row since we cannot do anything with a selected row anyway, simply disallow it this avoids having the row in the same color as the progressbar, without being able to deselect the row again Signed-off-by: Dominik Csapak --- www/dashboard/DataStoreStatistics.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/dashboard/DataStoreStatistics.js b/www/dashboard/DataStoreStatistics.js index ad6c9681..544f40da 100644 --- a/www/dashboard/DataStoreStatistics.js +++ b/www/dashboard/DataStoreStatistics.js @@ -49,6 +49,7 @@ Ext.define('PBS.DatastoreStatistics', { alias: 'widget.pbsDatastoresStatistics', title: gettext('Datastore Usage'), + disableSelection: true, emptyText: gettext('No Data'),