Merge pull request #2636 from hashicorp/jbs-ui-noscript
UI: add notification for disabled JavaScript
This commit is contained in:
commit
b66bc381fe
|
@ -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