From: Michael Tremer Date: Tue, 21 Jan 2025 15:04:04 +0000 (+0000) Subject: builders: The hostname has been renamed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da37859ff1f7a313addee096222b6bb89bf57dc0;p=pbs.git builders: The hostname has been renamed Signed-off-by: Michael Tremer --- diff --git a/src/templates/builders/show.html b/src/templates/builders/show.html index 64b66a6e..471ce435 100644 --- a/src/templates/builders/show.html +++ b/src/templates/builders/show.html @@ -133,22 +133,22 @@ {% if builder.has_perm(current_user) %}
- + {{ _("Edit") }} - + {{ _("Delete") }} {# Maintenance Mode Actions #} {% if builder.maintenance %} {% if is_running %} - + {{ _("Stop") }} {% elif is_shut_down %} - + {{ _("Start") }} {% endif %}