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 <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-05-27 10:52:17 +02:00 committed by Thomas Lamprecht
parent 991be99c37
commit 8fab19da73

View File

@ -49,6 +49,7 @@ Ext.define('PBS.DatastoreStatistics', {
alias: 'widget.pbsDatastoresStatistics',
title: gettext('Datastore Usage'),
disableSelection: true,
emptyText: gettext('No Data'),