Skip to content

Commit

Permalink
Merge pull request #254 from NotMyFault/feat/master/spinner-css
Browse files Browse the repository at this point in the history
Replace spinner.gif with CSS animation
  • Loading branch information
car-roll authored Oct 7, 2022
2 parents 6df9a0e + 2f18af3 commit e57bafb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ THE SOFTWARE.
<j:when test="${it.isLogUpdated()}">
<pre id="out" />
<div id="spinner">
<img src="${imagesURL}/spinner.gif" alt="" />
<l:progressAnimation />
</div>
<t:progressiveText href="logText/progressiveHtml" idref="out" spinner="spinner" startOffset="${offset}" />
</j:when>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<l:layout title="${it.parent.fullDisplayName} ${it.displayName} Log" norefresh="true">
<st:include page="sidepanel.jelly" it="${it.parent}" />
<l:main-panel>
<h1><l:icon class="icon-monitor icon-xlg"/>
<h1>
${it.parent.pronoun} ${%Events}
</h1>
<j:set var="threshold" value="${h.getSystemProperty('hudson.consoleTailKB')?:'150'}" />
Expand All @@ -48,7 +48,7 @@
<!-- Do progressive console output -->
<pre id="out" />
<div id="spinner">
<img src="${imagesURL}/spinner.gif" alt="" />
<l:progressAnimation />
</div>
<t:progressiveText href="eventsText/progressiveHtml" idref="out" spinner="spinner" startOffset="${offset}" />
</l:main-panel>
Expand Down

0 comments on commit e57bafb

Please sign in to comment.