{% extends "base.html" %} {% block content %}
{{_('IP Address')}} | {{worker.hostname}} |
---|---|
{{_('Hostname')}} | {{worker.displayname}} |
{{_('Blockchain')}} | {{worker.blockchain}} |
{{_('Port')}} | {{worker.port}} |
{{_('Mode')}} | {{worker.mode}} |
{{_('Last Status Received At')}} | {{worker.updated_at | datetimefilter}} |
{{_('Local Time on Worker')}} | {{worker.time_on_worker | timesecondstrimmer}} |
{{_('Last Ping to Worker')}} | {% if worker.latest_ping_result == 'Responding' %} {{_('Responding')}} {% elif worker.connection_status() == 'Connection Refused' %} {{_('Connection Refused')}} {% elif worker.connection_status() == 'Connection Timeout' %} {{_('Connection Timeout')}} {% elif worker.connection_status() == 'Connection Error' %} {{_('Connection Error')}} % elif worker.connection_status() == 'offline' %} {{_('Offline')}} {% else %} {{_(worker.latest_ping_result)}} {% endif %} |
{{_('Last Successful Ping to Worker')}} | {{worker.ping_success_at | datetimefilter}} |
{{_('Version')}} | {{worker.versions.machinaris}} |
{{worker.farmr_device_id}}
{{_('Farmr ID')}}
|
{{warning.title|safe}} {{warning.message|safe}} |
{{_('Yay! No issues currently.')}} |
{{ column }} | {% endfor %}
---|
{{ row[column] }} | {% endfor %}