{% extends "tesm_core/base.html" %} {% from "tesm_core/macros.html" import field, textarea_field, pill, search_box, modal, empty_state, alert %} {% macro switch_form(switch=None) %}
| Hostname | IP | Port | Zugangsdaten | Geräte | Host-Schlüssel | Aktion |
|---|---|---|---|---|---|---|
|
{{ switch.hostname }}
{% if switch.model %} {{ switch.model }} {% endif %}
|
{{ switch.ip }} | {{ switch.ssh_port }} | {% if switch.credential_name %}{{ switch.credential_name }} {% else %}keine{% endif %} | {{ switch.device_count }} | {% if switch.host_key_known %}{{ pill('freigegeben', 'online') }} {% else %} {{ pill('offen', 'warning') }} {% endif %} | {% if terminal_enabled and current_user.has('switches.execute') and switch.host_key_known %} {{ icon('terminal', size=15) }} {% endif %} {% if current_user.has('switches.edit') %} {% endif %} {% if current_user.has('switches.delete') %} {% endif %} |