Skip to content

Commit

Permalink
UI: add notification for disabled JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Jan 5, 2017
1 parent 0346e3e commit 256372b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/index.html
Expand Up @@ -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">
Expand Down

0 comments on commit 256372b

Please sign in to comment.