We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c5fc5 commit 4f549d7Copy full SHA for 4f549d7
ExtentReports/Views/Html/Partials/Log.cshtml
@@ -23,7 +23,7 @@
23
}
24
@if (log.HasScreenCapture)
25
{
26
- <span class="badge badge-primary">@Raw(log.ScreenCaptureContext.FirstOrDefault().SourceIcon)</span>
+ <br/> @Raw(log.ScreenCaptureContext.FirstOrDefault().Source)
27
28
</td>
29
</tr>
0 commit comments