From 740c60c7e43f7a0d93d639843fa05beac4e31021 Mon Sep 17 00:00:00 2001
From: Brother-Lal <Brother-Lal@users.noreply.github.com>
Date: Mon, 24 Oct 2016 14:43:12 +0200
Subject: [PATCH] gluon-status-page: add hint to enable JavaScript if it is
 disabled (#913)

---
 package/gluon-status-page/src/index.html.m4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gluon-status-page/src/index.html.m4 b/package/gluon-status-page/src/index.html.m4
index 489c1cf03..2726f2e34 100644
--- a/package/gluon-status-page/src/index.html.m4
+++ b/package/gluon-status-page/src/index.html.m4
@@ -13,5 +13,6 @@
     </script>
   </head>
   <body>
+    <noscript>Bitte Javascript aktivieren.</noscript>
   </body>
 </html>
-- 
GitLab