소스 검색

gluon-status-page: add hint to enable JavaScript if it is disabled (#913)

Brother-Lal 7 년 전
부모
커밋
00fdc37301
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/gluon-status-page/src/index.html.m4

+ 1 - 0
package/gluon-status-page/src/index.html.m4

@@ -13,5 +13,6 @@
     </script>
   </head>
   <body>
+    <noscript>Bitte Javascript aktivieren.</noscript>
   </body>
 </html>