kopia lustrzana https://github.com/dgtlmoon/changedetection.io
UI - 'stats' tab should show what the server-type detected is ( #2348 )
rodzic
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>
|
||||
|
|
Ładowanie…
Reference in New Issue