Skip to content

Commit

Permalink
Changed formatting of the default output
Browse files Browse the repository at this point in the history
Only displaying the filename, instead of the full path name in the default output. Full path name still provided if using list view, or referencing the Filename property value.
  • Loading branch information
RobHolme authored Jun 20, 2017
1 parent ef59239 commit d15e915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HL7Tools/CmdLet Manifest/HL7Tools.format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@
<TableHeaders>
<TableColumnHeader>
<Label>MessageTimestamp</Label>
<Width>30</Width>
<Width>25</Width>
</TableColumnHeader>
<TableColumnHeader>
<Label>MessageTrigger</Label>
<Width>20</Width>
<Width>16</Width>
</TableColumnHeader>
<TableColumnHeader>
<Label>Filename</Label>
Expand All @@ -235,7 +235,7 @@
<PropertyName>MessageTrigger</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Filename</PropertyName>
<ScriptBlock>$split=$_.Filename.Split("\");$split[$split.length -1]</ScriptBlock>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
Expand Down
Binary file added HL7Tools/CmdLet Manifest/HL7Tools.psd1
Binary file not shown.

0 comments on commit d15e915

Please sign in to comment.