<%= title %>
Letzte Aktualisierung: <%= lastCheck %>
Backend-Konfiguration
Backend-URL:
Verbindung testen
URL aktualisieren
Backend-Status
Status:
<%= backendStatus %>
Ping:
<%= pingStatus ? 'Erfolgreich' : 'Fehlgeschlagen' %>
Host:
<%= backendHost %>
Port:
<%= backendPort %>
Netzwerkschnittstellen
<% if (interfaces && interfaces.length > 0) { %> <% interfaces.forEach(function(iface) { %>
<%= iface.name %>:
<%= iface.address %>
<% }); %> <% } else { %>
Keine Netzwerkschnittstellen gefunden
<% } %>