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

Scan Network for Printers

Enter the first three octets of your network
Printers found will be added to this lab
Longer wait times find more printers on slow networks

Quick Actions


Existing Labs

{% if labs %}
{% for lab in labs %} {{ lab }} {% endfor %}
{% else %}

No labs configured yet. Run a network scan to discover printers.

{% endif %}
{% endblock %}