{% block heading %}{% endblock %}
+ {% block menu %} + ++ {% endblock %} + {% block subcontent %} + {% endblock %} +
From 88d6f07eaff607a04f5dd7320a2f815fe3407f91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Laura=20Kl=C3=BCnder?=
{% trans 'Node' %} | -{% trans 'Chip' %} | -{% trans 'Firmware' %} | -{% trans 'Last msg' %} | -{% trans 'Last signin' %} | -{% trans 'Uplink' %} | -
---|---|---|---|---|---|
{{ node }} | -- {{ node.last_messages.CONFIG_BOARD.parsed.board_config.board.pretty_name }} - ({{ node.last_messages.CONFIG_HARDWARE.parsed.chip.pretty_name }} rev{{ node.last_messages.CONFIG_HARDWARE.parsed.revision_major }}.{{ node.last_messages.CONFIG_HARDWARE.parsed.revision_minor }}) - | -- {{ node.last_messages.CONFIG_FIRMWARE.parsed.app_desc.version }} - (IDF {{ node.last_messages.CONFIG_FIRMWARE.parsed.app_desc.idf_version }}) - | -- {% blocktrans trimmed with timesince=node.last_msg|timesince %} - {{ timesince }} ago - {% endblocktrans %} - | -- {% blocktrans trimmed with timesince=node.last_signin|timesince %} - {{ timesince }} ago - {% endblocktrans %} - | - {% comment %}todo: hide uplink if timed out{% endcomment %} - {% comment %}todo: more details{% endcomment %} -{% if node.uplink %}{{ node.uplink.node }}{% endif %} | -
Route to {{ msg_data.address }} {% if node_name %} ({{ node_name }}){% endif %}
+Route to {{ msg_data.address }} {% if node_name %} ({{ node_name }}){% endif %}
{% endif %}