{% extends "base.html" %} {% block title %}Lista serwerów - /etc/hosts Manager{% endblock %} {% block extra_css %} {{ super() }} {% endblock %} {% block content %}
ID | Nazwa hosta | Użytkownik | Port | Typ | Uwierzytelnianie | Plik /etc/hosts | Auto Deploy | Auto Backup | Wyłącz CIDR | Akcje |
---|---|---|---|---|---|---|---|---|---|---|
{{ h.id }} | {% if h.use_daemon and h.type == 'linux' and h.daemon_url %} {{ h.resolved_daemon }} {% else %} {{ h.resolved_hostname }} {% endif %} | {{ '-' if h.use_daemon and h.type == 'linux' else h.username }} | {{ '-' if h.use_daemon and h.type == 'linux' else h.port }} | {{ 'Linux (Demon)' if h.use_daemon else h.type.capitalize() }} | {{ '- używa Demona -' if h.use_daemon else h.auth_method|capitalize }} | {{ h.preferred_hostfile.title if h.preferred_hostfile else '(Default)' }} | Edytuj {% if h.use_daemon and h.type == 'linux' %} {% else %} Testuj {% endif %} Backup |