{% extends "modern/base.html" %} {% block title %}Printers - Zebra Day{% endblock %} {% block content %}
Curated printers and discovery candidates stored in TapDB.
| Printer | Network | Hardware | Defaults | Status |
|---|---|---|---|---|
|
{{ printer.printer_name or printer.printer_id }}
{{ printer.lab }}/{{ printer.printer_id }} |
{{ printer.ip_address }}
{% if printer.lab_location %}
{{ printer.lab_location }} {% endif %} |
{{ printer.manufacturer | title }} {{ printer.model or "" }}
SN {{ printer.serial or "unknown" }} |
{{ printer.default_label_profile or "none" }}
{{ ", ".join(printer.label_profiles) or "no profiles" }} |
{{ printer.status or "unknown" }}
{{ printer.state or "Unknown" }} |
No printers found{% if lab %} in {{ lab }}{% endif %}.
Discovery writes observations and draft printers directly into TapDB. Default scan wait is {{ scan_wait }}s.