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 d1b89fd commit 45d1b9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
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 45d1b9b

Please sign in to comment.