{% extends "base.html" %} {% block title %}{% if file %}Edytuj Hosts File{% else %}Nowy Hosts File{% endif %} - /etc/hosts Manager{% endblock %} {% block extra_css %} {{ super() }} {% endblock %} {% block content %}

{% if file %}Edytuj Hosts File{% else %}Nowy Hosts File{% endif %}

{% if file %}

Wersje pliku /etc/hosts

Przeglądaj historię zmian, porównaj aktualną zawartość z najnowszą wersją zapisanej historii lub usuń stare wersje.

Historia wersji Usuń wersje starsze niż 30 dni {% if file.versions|length > 0 %} Diff aktualny vs. ostatnia kopia {% endif %}
{% endif %}
Lista Hosts Files
{% endblock %}