File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -47,19 +47,19 @@ function Get-AbrOntapSecuritySnapLockVollAttr {
4747 ' Default Retention Period' = $SnapLockVolAttr.DefaultRetentionPeriod
4848 ' Litigation Count' = $SnapLockVolAttr.LitigationCount
4949 }
50- $OutObj += [pscustomobject ]$inobj
51- }
52- }
50+ $OutObj = [pscustomobject ]$inobj
5351
54- $TableParams = @ {
55- Name = " Snaplock Volume Attributes - $ ( $ClusterInfo.ClusterName ) "
56- List = $true
57- ColumnWidths = 40 , 60
58- }
59- if ($Report.ShowTableCaptions ) {
60- $TableParams [' Caption' ] = " - $ ( $TableParams.Name ) "
52+ $TableParams = @ {
53+ Name = " Snaplock Volume Attributes - $ ( $vol.Name ) "
54+ List = $true
55+ ColumnWidths = 40 , 60
56+ }
57+ if ($Report.ShowTableCaptions ) {
58+ $TableParams [' Caption' ] = " - $ ( $TableParams.Name ) "
59+ }
60+ $OutObj | Table @TableParams
61+ }
6162 }
62- $OutObj | Table @TableParams
6363 }
6464 }
6565
You can’t perform that action at this time.
0 commit comments