mirror of https://github.com/status-im/consul.git
Merge pull request #2636 from hashicorp/jbs-ui-noscript
UI: add notification for disabled JavaScript
This commit is contained in:
commit
d555f58a31
|
@ -19,6 +19,13 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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="wrapper">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|
Loading…
Reference in New Issue