mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Clarify uptime in container matching the host uptime with a tooltip (#3624)
This commit is contained in:
@@ -44,7 +44,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
|||||||
<th scope="row">Kernel:</th>
|
<th scope="row">Kernel:</th>
|
||||||
<td><span id="sysinfo-kernel"></span></td>
|
<td><span id="sysinfo-kernel"></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr title="The machine uptime. For containers, this will match the host uptime">
|
||||||
<th scope="row">Uptime:</th>
|
<th scope="row">Uptime:</th>
|
||||||
<td><span id="sysinfo-uptime"></span></td>
|
<td><span id="sysinfo-uptime"></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user