{% extends "tesm_core/base.html" %} {% from "tesm_core/macros.html" import pill, empty_state, alert, select_field %} {% block page_title %}{{ switch.hostname }}{% endblock %} {% block page_sub %}{{ switch.ip }}:{{ switch.ssh_port }}{% if switch.model %} · {{ switch.model }}{% endif %}{% endblock %} {% block breadcrumb %} {% endblock %} {% block topbar_extra %} {% if terminal_enabled and current_user.has('switches.execute') and host_keys %} {{ icon('terminal', size=15) }} Konsole {% endif %} {% endblock %} {% block content %}
Vergleichen Sie den Fingerprint mit einer unabhaengigen Quelle (Konsolenzugang am Switch, Inventardokumentation), bevor Sie ihn freigeben.
{% if current_user.has('switches.edit') %} {% endif %}Noch kein Schluessel hinterlegt. Bitte auslesen und pruefen.
{% endif %}{{ switch.notes }}
{% endif %}| Port | Geraet | Zustand |
|---|---|---|
| {{ device.port or '–' | safe }} |
{{ device.name }}
{{ device.ip }}
|
{% if device.state == 'online' %}{{ pill('online', 'online') }} {% elif device.state == 'offline' %}{{ pill('offline', 'offline') }} {% else %}{{ pill('unbekannt', 'warning') }}{% endif %} |