UI - 'stats' tab should show what the server-type detected is ( #2348 )

This commit is contained in:
dgtlmoon
2024-05-07 15:23:42 +02:00
parent 3aed4e5af9
commit 815cba11ca
+5 -1
View File
@@ -487,13 +487,17 @@ Unavailable") }}
<td>{{ "{:,}".format(watch.history|length) }}</td>
</tr>
<tr>
<td>Last fetch time</td>
<td>Last fetch duration</td>
<td>{{ watch.fetch_time }}s</td>
</tr>
<tr>
<td>Notification alert count</td>
<td>{{ watch.notification_alert_count }}</td>
</tr>
<tr>
<td>Server type reply</td>
<td>{{ watch.get('remote_server_reply') }}</td>
</tr>
</tbody>
</table>
</div>