mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-24 21:36:47 +00:00
Add span tags to "deep check and repair results" template
Tests expect <span> tags around these numbers, let us add those.
This commit is contained in:
parent
c4be4b566c
commit
3783349ea7
@ -15,19 +15,19 @@
|
||||
|
||||
<p>Counters:</p>
|
||||
<ul>
|
||||
<li>Objects Checked: <span t:render="objects_checked" /></li>
|
||||
<li>Objects Checked: <span><t:transparent t:render="objects_checked" /></span></li>
|
||||
|
||||
<li>Objects Healthy (before repair): <span t:render="objects_healthy" /></li>
|
||||
<li>Objects Unhealthy (before repair): <span t:render="objects_unhealthy" /></li>
|
||||
<li>Corrupt Shares (before repair): <span t:render="corrupt_shares" /></li>
|
||||
<li>Objects Healthy (before repair): <span><t:transparent t:render="objects_healthy" /></span></li>
|
||||
<li>Objects Unhealthy (before repair): <span><t:transparent t:render="objects_unhealthy" /></span></li>
|
||||
<li>Corrupt Shares (before repair): <span><t:transparent t:render="corrupt_shares" /></span></li>
|
||||
|
||||
<li>Repairs Attempted: <span t:render="repairs_attempted" /></li>
|
||||
<li>Repairs Successful: <span t:render="repairs_successful" /></li>
|
||||
<li>Repairs Unsuccessful: <span t:render="repairs_unsuccessful" /></li>
|
||||
<li>Repairs Attempted: <span><t:transparent t:render="repairs_attempted" /></span></li>
|
||||
<li>Repairs Successful: <span><t:transparent t:render="repairs_successful" /></span></li>
|
||||
<li>Repairs Unsuccessful: <span><t:transparent t:render="repairs_unsuccessful" /></span></li>
|
||||
|
||||
<li>Objects Healthy (after repair): <span t:render="objects_healthy_post" /></li>
|
||||
<li>Objects Unhealthy (after repair): <span t:render="objects_unhealthy_post" /></li>
|
||||
<li>Corrupt Shares (after repair): <span t:render="corrupt_shares_post" /></li>
|
||||
<li>Objects Healthy (after repair): <span><t:transparent t:render="objects_healthy_post" /></span></li>
|
||||
<li>Objects Unhealthy (after repair): <span><t:transparent t:render="objects_unhealthy_post" /></span></li>
|
||||
<li>Corrupt Shares (after repair): <span><t:transparent t:render="corrupt_shares_post" /></span></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user