{% extends "modern/base.html" %} {% block title %}Dashboard - Zebra Day{% endblock %} {% block content %}
{{ stats.total_printers | default(0) }}
Printers
{{ stats.total_labs | default(0) }}
Labs
{{ stats.total_templates | default(0) }}
Templates
{{ auth_mode | upper }}
Auth Mode

Service Actions

Labs

Open Fleet
{% if labs_summary %}
{% for entry in labs_summary %} {% endfor %}
Lab Printers Action
{{ entry.display_name }}
{{ entry.lab }}
{{ entry.printer_count }} View
{% else %}

No labs are stored in TapDB yet.

Open Fleet
{% endif %}

API Surfaces

Swagger UI Interactive route explorer
ReDoc Read-only contract view
Runtime Config Resolved deployment and TapDB settings
{% endblock %}