formats/vdi.ps1xml
<?xml version="1.0" encoding="utf-8"?> <!-- SPDX-License-Identifier: Apache-2.0 --> <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PowerShell/PowerShell/master/src/Schemas/Format.xsd"> <ViewDefinitions> <View> <Name>XoPowershell.Vdi</Name> <ViewSelectedBy> <TypeName>XoPowershell.Vdi</TypeName> </ViewSelectedBy> <TableControl> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>VdiUuid</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Type</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Size</PropertyName> <Alignment>Right</Alignment> </TableColumnItem> <TableColumnItem> <PropertyName>Usage</PropertyName> <Alignment>Right</Alignment> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> <TableHeaders> <TableColumnHeader> <Label>ID</Label> <Width>36</Width> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Width>20</Width> </TableColumnHeader> <TableColumnHeader> <Label>Type</Label> <Width>12</Width> </TableColumnHeader> <TableColumnHeader> <Label>Size</Label> <Width>15</Width> <Alignment>Right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Usage</Label> <Width>15</Width> <Alignment>Right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name Description</Label> <Width>20</Width> </TableColumnHeader> </TableHeaders> </TableControl> </View> </ViewDefinitions> </Configuration> |