{% extends "shared/frontend/base.html" %} {% block title %}Vægstik - BMC Hub{% endblock %} {% block content %}
Søg og find netværksstik på tværs af bygninger, etager og rum.
| Stik | Lokation | Patchpanel | Switch | Status |
|---|---|---|---|---|
| {{ outlet.outlet_number }}{% if outlet.category %} {{ outlet.category }} {% endif %} | {{ outlet.hierarchy_path or outlet.location_name }}{% if outlet.customer_name %} {{ outlet.customer_name }} {% endif %} | {{ outlet.patch_panel or '—' }}{% if outlet.patch_port %} / {{ outlet.patch_port }}{% endif %} | {{ outlet.switch_name or '—' }}{% if outlet.switch_port %} / {{ outlet.switch_port }}{% endif %} | {{ outlet.status }} |
| Ingen vægstik matcher søgningen. | ||||