diff --git a/static/js/ui-status.js b/static/js/ui-status.js index bf449bc..41c2fae 100644 --- a/static/js/ui-status.js +++ b/static/js/ui-status.js @@ -27,4 +27,10 @@ function showReconnect() { } window.updateStatus = updateStatus; -window.showReconnect = showReconnect; \ No newline at end of file +window.showReconnect = showReconnect; + +// Am Ende +window.initStatus = function() { + // Dein Status-Init-Code, falls vorhanden + console.log('ui-status.js → Status initialisiert'); +}; \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index c135c67..449a998 100644 --- a/templates/base.html +++ b/templates/base.html @@ -86,18 +86,32 @@ integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"> - - - - - - - +{% block scripts %} + + + + + + + - - + + - -{% block scripts %}{% endblock %} + + +{% endblock %} \ No newline at end of file diff --git a/templates/control.html b/templates/control.html index 42fcc7a..549d858 100644 --- a/templates/control.html +++ b/templates/control.html @@ -27,7 +27,7 @@
{% if config.image %} - {{ config.name }} diff --git a/templates/index.html b/templates/index.html index cfeb591..acbda48 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@
{% if cfg.image %} - {{ cfg.name }} {% else %}