Skip to content

Commit 4f549d7

Browse files
committed
#7 img thumbnail instead of label
1 parent 57c5fc5 commit 4f549d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtentReports/Views/Html/Partials/Log.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
@if (log.HasScreenCapture)
2525
{
26-
<span class="badge badge-primary">@Raw(log.ScreenCaptureContext.FirstOrDefault().SourceIcon)</span>
26+
<br/> @Raw(log.ScreenCaptureContext.FirstOrDefault().Source)
2727
}
2828
</td>
2929
</tr>

0 commit comments

Comments
 (0)