5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-02-12 21:58:01 +03:00

ui: disks: show partitions by default

Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
Hannes Laimer 2022-06-08 08:51:53 +00:00 committed by Wolfgang Bumiller
parent be2604109d
commit 30730d544c

View File

@ -16,6 +16,7 @@ Ext.define('PBS.StorageAndDiskPanel', {
{
xtype: 'pmxDiskList',
title: gettext('Disks'),
includePartitions: true,
itemId: 'disks',
iconCls: 'fa fa-hdd-o',
},