{{ m.mac }}
|
{% if m.bty_image_ref %}
{{ m.bty_image_ref[:12] }}...
{% else %}
discovered
{% endif %}
|
{% if m.boot_mode == 'bty-flash-always' %}
{{ m.boot_mode }}
{% elif m.boot_mode == 'bty-flash-once' %}
{{ m.boot_mode }}
{% elif m.boot_mode == 'bty-tui' %}
{{ m.boot_mode }}
{% elif m.boot_mode == 'bty-inventory' %}
{{ m.boot_mode }}
{% elif m.boot_mode == 'ipxe-exit' %}
{{ m.boot_mode }}
{% else %}
{{ m.boot_mode }}
{% endif %}
{% set _state = m | boot_state %}
{% if _state %} {{ _state }} {% endif %}
|
{{ m.hostname or "-" }} |
{% if m.last_seen_at %}
{{ m.last_seen_at | fmt_ts }}
{% else %}
never
{% endif %}
|
{% if m.last_flashed_at %}
{{ m.last_flashed_at | fmt_ts }}
{% else %}
-
{% endif %}
|
Edit
|