Skip to content

Commit ba98d20

Browse files
committed
Fix width for uptime value
1 parent e22d67f commit ba98d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/http_server/axe-os/src/app/components/home/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h5>Pool ({{ activePoolLabel }})</h5>
286286
<h5>Uptime Information</h5>
287287
<table>
288288
<tr>
289-
<td>{{info.uptimeSeconds | dateAgo}}</td>
289+
<td colspan="2">{{info.uptimeSeconds | dateAgo}}</td>
290290
</tr>
291291
<tr>
292292
<td>Maximum ASIC Temperature:</td>

0 commit comments

Comments
 (0)