Skip to content

Commit

Permalink
Merge pull request #2636 from hashicorp/jbs-ui-noscript
Browse files Browse the repository at this point in the history
UI: add notification for disabled JavaScript
  • Loading branch information
slackpad committed Jan 5, 2017
2 parents 66f3a0f + 256372b commit d555f58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/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 d555f58

Please sign in to comment.