applied, thanks On Wed, Jun 08, 2022 at 07:10:00AM +0000, Hannes Laimer wrote: > Signed-off-by: Hannes Laimer <h.lai...@proxmox.com> > --- > src/panel/DiskList.js | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/src/panel/DiskList.js b/src/panel/DiskList.js > index eb8b1a8..76d92cd 100644 > --- a/src/panel/DiskList.js > +++ b/src/panel/DiskList.js > @@ -35,7 +35,7 @@ Ext.define('pmx-disk-list', { > return undefined; > }, > }, > - 'vendor', 'model', 'serial', 'rpm', 'type', 'wearout', 'health', > + 'vendor', 'model', 'serial', 'rpm', 'type', 'wearout', 'health', > 'mounted', > ], > idProperty: 'devpath', > }); > @@ -302,6 +302,13 @@ Ext.define('Proxmox.DiskList', { > renderer: Ext.String.htmlEncode, > dataIndex: 'status', > }, > + { > + header: 'Mounted', > + width: 60, > + align: 'right', > + renderer: Proxmox.Utils.format_boolean, > + dataIndex: 'mounted', > + }, > { > header: 'Wearout', > width: 90, > -- > 2.30.2
_______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel