Skip to content
Snippets Groups Projects
Commit e151c112 authored by Spencer Williams's avatar Spencer Williams
Browse files

Merge branch 'feature/ES-167' into 'master'

ES-167 Added security warning message.

See merge request !3
parents 7ca33512 ba6d2441
No related branches found
No related tags found
1 merge request!3ES-167 Added security warning message.
......@@ -252,6 +252,13 @@
<div class="submit_section">
<input class="submit_button" type="submit" value="Submit">
</div>
<div class="warning">
<body>
This application does not require or manage Passwords and you are responsible for securing your Gateway.
<br>
This application is provided to simplify setting up a WiFi connection in order to speed up development.
</body>
</div>
</form>
</body>
</html>
......@@ -212,4 +212,16 @@ label {
.cmdout {
width: 800px;
resize: none;
}
.warning {
width: 800px;
color: #1f5b8d;
margin: 0 auto;
font-size: 16px;
font-weight: 100;
padding-bottom: 10px;
margin-bottom: 2px;
vertical-align: middle;
text-align: center;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment