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

ui-search-error-messages
dgtlmoon 2024-05-07 15:23:42 +02:00
rodzic 3aed4e5af9
commit 815cba11ca
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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>