{% extends "modern/base.html" %} {% block title %}Configuration - Zebra Day{% endblock %} {% block content %}

Printer Configuration

Network Scanner

Enter the first three octets of your network
{% for lab in labs %}
Longer wait times find more printers on slow networks

Current Configuration

View Full
Loaded from: {{ config_file_path | default('Unknown') }}
{% if config_summary %}
{{ config_summary.labs }}
Labs
{{ config_summary.printers }}
Printers
{{ config_summary.templates }}
Templates
{{ config_summary.backups }}
Backups
{% endif %} {% if labs %}

Configured Labs

{% for lab in labs %}
{{ labs_meta.get(lab, {}).get("lab_display_name", lab) }} Key: {{ lab }}
{% endfor %}
{% else %}

No labs configured

Scan Network
{% endif %}
{% endblock %}