Format/Vm.JournalLimit.Format.ps1xml
<?xml version="1.0" encoding="utf-8" ?> <Configuration> <ViewDefinitions> <View> <Name>ZertoPS.Vm.JournalLimit</Name> <ViewSelectedBy> <TypeName>ZertoPS.Vm.JournalLimit</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>LimitType</Label> </TableColumnHeader> <TableColumnHeader> <Label>LimitValue</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <ScriptBlock>$Global:ZvmSession.ObjectTypes.Vm.JournalLimitTypes[$_.LimitType]</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.LimitValue</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |