Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
iot-gateway-setup
Commits
e151c112
Commit
e151c112
authored
Aug 30, 2017
by
Spencer Williams
Browse files
Merge branch 'feature/ES-167' into 'master'
ES-167 Added security warning message. See merge request
!3
parents
7ca33512
ba6d2441
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
e151c112
...
...
@@ -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>
public/main.css
View file @
e151c112
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment