Skip to content

Commit

Permalink
💄 improve serverstatus progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Nov 22, 2023
1 parent 47d9d1f commit c57a5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/template/theme-server-status/service.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h4 style="text-align: center;">{{tr "CycleTransferStats"}}</h4>
<td class="node-cell center">
<div class="progress">
<div style="width: {{$TransLeftPercent}}%" :class="'progress-bar progress-bar-' + toSSBar('{{TransClassName $TransLeftPercent}}')">
<small>{{TransLeft $stats.Max $transfer}} / {{$TransLeftPercent}} %</small>
<small style="display: inline-block;width: max-content;">{{TransLeft $stats.Max $transfer}} / {{$TransLeftPercent}} %</small>
</div>
</div>
</td>
Expand Down

0 comments on commit c57a5b5

Please sign in to comment.