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

ui-search-error-messages
dgtlmoon 8 months ago
parent 3aed4e5af9
commit 815cba11ca

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

Loading…
Cancel
Save