{% extends "modern/base.html" %} {% block title %}Config - Zebra Day{% endblock %} {% block content %}
{{ runtime.lab_count }}
Labs
{{ runtime.printer_count }}
Printers
{{ runtime.template_count }}
Templates
{{ runtime.label_profile_count }}
Label Profiles

Resolved Paths

Active Config Path{{ config_path }}
Deployment{{ deployment_code }}
TapDB Config{{ tapdb_config_path }}
Logs{{ request.app.state.settings.logs_dir }}
Cache{{ request.app.state.settings.cache_dir }}

Effective Config

{% for row in config_rows %} {% endfor %}
{{ row.label }}{{ row.value }}

Operational Links

Runtime JSON Machine-readable settings summary
Observability Structured service contract endpoints
Docs Interactive API documentation
{% if labs %}

Configured Labs

{% for item in labs %}
{{ item.replace('-', ' ').title() }} {{ item }}
{% endfor %}
{% endif %} {% endblock %}