diff --git a/plinth/modules/firewall/static/firewall.css b/plinth/modules/firewall/static/firewall.css new file mode 100644 index 000000000..c67e29634 --- /dev/null +++ b/plinth/modules/firewall/static/firewall.css @@ -0,0 +1,28 @@ +/* +# SPDX-License-Identifier: AGPL-3.0-or-later +*/ + +a.dropdown-toggle { + color: black; +} + +a.dropdown-toggle:hover { + text-decoration: none; +} + +td.service { + padding-left: 2rem; +} + +.service-name { + font-style: italic; +} + +.app-status, +.service-status { + width: 11rem; +} + +tr.collapse { + background-color: #f9f9f9; +} diff --git a/plinth/modules/firewall/templates/firewall.html b/plinth/modules/firewall/templates/firewall.html index d97933749..e87d4618c 100644 --- a/plinth/modules/firewall/templates/firewall.html +++ b/plinth/modules/firewall/templates/firewall.html @@ -4,30 +4,11 @@ {% endcomment %} {% load i18n %} +{% load static %} {% block page_head %} - + {% endblock %} {% block configuration %} @@ -78,8 +59,7 @@ {% for port in component.ports_details %} - + {{ port.name }}: {% for port_number, protocol in port.details %}