Skip to content

Commit

Permalink
Improved Debug feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Jan 3, 2024
1 parent 391724f commit 1ebe399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Private/Get-HtmlLabel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Function Get-HTMLLabel {
if ($ICON -ne 'NoIcon') {
return "<TABLE border='0' cellborder='0' cellspacing='20' cellpadding='10'><TR><TD ALIGN='center' colspan='1'><img src='$($ICON)'/></TD></TR><TR><TD ALIGN='center'>$Label</TD></TR></TABLE>"
} else {
return "<TABLE border='0' cellborder='1' cellspacing='20' cellpadding='10' ><TR><TD bgcolor='#FFCCCC' ALIGN='center' colspan='1'>Veeam Logo</TD></TR><TR><TD bgcolor='#FFCCCC' ALIGN='center'>$Label</TD></TR></TABLE>"
return "<TABLE border='0' cellborder='0' cellspacing='20' cellpadding='10' ><TR><TD bgcolor='#FFCCCC' ALIGN='center' colspan='1'>Veeam Logo</TD></TR><TR><TD bgcolor='#FFCCCC' ALIGN='center'>$Label</TD></TR><TR><TD ALIGN='center'><font color='red'>Debug ON</font></TD></TR></TABLE>"
}
}

0 comments on commit 1ebe399

Please sign in to comment.