mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-07 21:47:11 +00:00
ui: disks: show partitions by default
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
parent
be2604109d
commit
30730d544c
@ -16,6 +16,7 @@ Ext.define('PBS.StorageAndDiskPanel', {
|
|||||||
{
|
{
|
||||||
xtype: 'pmxDiskList',
|
xtype: 'pmxDiskList',
|
||||||
title: gettext('Disks'),
|
title: gettext('Disks'),
|
||||||
|
includePartitions: true,
|
||||||
itemId: 'disks',
|
itemId: 'disks',
|
||||||
iconCls: 'fa fa-hdd-o',
|
iconCls: 'fa fa-hdd-o',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user