Skip to content

Commit

Permalink
Removed PageBreak from the diagram ssection
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Jan 16, 2024
1 parent fad3dd1 commit 5284c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/Private/Get-AbrVbrBackupProxy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -447,11 +447,11 @@ function Get-AbrVbrBackupProxy {
Write-PscriboMessage -IsWarning "VMware Backup Proxy Diagram: $($_.Exception.Message)"
}
if ($Graph) {
PageBreak
Section -Style Heading3 "VMware Backup Proxy Diagram." {
Image -Base64 $Graph -Text "VMware Backup Proxy Diagram" -Percent 20 -Align Center
Paragraph "Image preview: Opens the image in a new tab to view it at full resolution." -Tabs 2
}
BlankLine
}
}
}
Expand Down Expand Up @@ -885,11 +885,11 @@ function Get-AbrVbrBackupProxy {
Write-PscriboMessage -IsWarning "HyperV Backup Proxy Diagram: $($_.Exception.Message)"
}
if ($Graph) {
PageBreak
Section -Style Heading3 "HyperV Backup Proxy Diagram." {
Image -Base64 $Graph -Text "HyperV Backup Proxy Diagram" -Percent 20 -Align Center
Paragraph "Image preview: Opens the image in a new tab to view it at full resolution." -Tabs 2
}
BlankLine
}
}
}
Expand Down

0 comments on commit 5284c6d

Please sign in to comment.