mirror of https://github.com/status-im/consul.git
UI: add notification for disabled JavaScript
This commit is contained in:
parent
0346e3e64f
commit
256372b8b4
|
@ -19,6 +19,13 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<noscript>
|
||||
<center>
|
||||
<h2>JavaScript Required</h2>
|
||||
<p>Please enable JavaScript in your web browser to use Consul UI.</p>
|
||||
</center>
|
||||
</noscript>
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="container">
|
||||
<div class="col-md-12">
|
||||
|
|
Loading…
Reference in New Issue