]> git.proxmox.com Git - proxmox-backup.git/commitdiff
fix #3447: ui: Dashboard: disallow selection of datastore statistics row
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 27 May 2021 08:52:17 +0000 (10:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jul 2021 04:18:45 +0000 (06:18 +0200)
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>
www/dashboard/DataStoreStatistics.js

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