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:
parent
991be99c37
commit
8fab19da73
@ -49,6 +49,7 @@ Ext.define('PBS.DatastoreStatistics', {
|
|||||||
alias: 'widget.pbsDatastoresStatistics',
|
alias: 'widget.pbsDatastoresStatistics',
|
||||||
|
|
||||||
title: gettext('Datastore Usage'),
|
title: gettext('Datastore Usage'),
|
||||||
|
disableSelection: true,
|
||||||
|
|
||||||
emptyText: gettext('No Data'),
|
emptyText: gettext('No Data'),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user