Skip to content

Commit

Permalink
#236 node tags, better styling
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Aug 13, 2020
1 parent 3c4e4d5 commit 4a6ada2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<#compress>
<#if test.hasAuthor()>
<#list test.authorSet as author>
<span class="badge badge-pill badge-default"><i class='fa fa-user'></i> ${author.name}</span>
<span class="badge badge-pill badge-default">${author.name}</span>
</#list>
</#if>
<#if test.hasCategory()>
<#list test.categorySet as category>
<span class="badge badge-pill badge-default"> ${category.name}</span>
<span class="badge badge-pill badge-default">${category.name}</span>
</#list>
</#if>
<#if test.hasDevice()>
<#list test.deviceSet as device>
<span class="badge badge-pill badge-default"> ${device.name}</span>
<span class="badge badge-pill badge-default">${device.name}</span>
</#list>
</#if>
</#compress>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<span class='badge badge-default'>${node.timeTaken()?number_to_time?string("mm:ss:SSS")}</span>
</div>
<div class="node-attr">
<#if node.hasAttributes()><div></div><@attributes test=node /></#if>
<#if node.hasAttributes()><@attributes test=node /></#if>
</div>
<#if TestService.testHasScreenCapture(node, true)>
<div class="status-avatar float-right"><i class="fa fa-paperclip"></i></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<#assign
resourceCDN=config.resourceCDN
cdnURI="cdn.jsdelivr.net/gh/extent-framework/extent-github-cdn@"
csscommit="eb732e43b25c9ee287dc48acc4ed79a858c77392"
csscommit="2e935e09166bdbddceec9d151ed3369d6ba40966"
jscommit="5cf22a596531402644b8523470526952516f345f"
iconcommit="b00a2d0486596e73dd7326beacf352c639623a0e">
<#if resourceCDN=="extentreports">
Expand Down

0 comments on commit 4a6ada2

Please sign in to comment.