Clarify uptime in container matching the host uptime with a tooltip

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-10-11 09:50:42 +02:00
parent 68e8675be7
commit bc681503c3

View File

@@ -44,7 +44,7 @@ mg.include('scripts/lua/settings_header.lp','r')
<th scope="row">Kernel:</th>
<td><span id="sysinfo-kernel"></span></td>
</tr>
<tr>
<tr title="The machine uptime. For containers, this will match the host uptime">
<th scope="row">Uptime:</th>
<td><span id="sysinfo-uptime"></span></td>
</tr>