We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc318d1 commit c22568dCopy full SHA for c22568d
SCSM-Diagnostic-Tool/SourceCode/_2_Analyzing/Analyze.ps1
@@ -179,6 +179,7 @@ AppendOutputToFileInTargetFolder $findings_Part0 $findingsHtml_FileName
179
180
$findings_PartH1 = @'
181
<h1 style="color:black; text-align:center">SCSM Diagnostic Tool</h1>
182
+<div style="text-align: center;font-size: x-large;"><b><a style="color: black;background-color: yellow;" target="_blank" href="https://forms.office.com/r/QpC8qkSLVA">Feedback</a></b></div>
183
'@
184
AppendOutputToFileInTargetFolder $findings_PartH1 $findingsHtml_FileName
185
0 commit comments