UI input for dhcp host name

This commit is contained in:
Christian Herzog
2019-10-05 11:42:45 +02:00
parent 550b5fbf18
commit 75c2061fea
2 changed files with 11 additions and 2 deletions

View File

@@ -69,6 +69,10 @@
<header>
<h1>Enter Details</h1>
</header>
<h2>DHCP host name</h2>
<section id="wifi-list">
<input id="dhcp-name" type="text" placeholder="" value="squeezeamp">
</section>
<h2>Manual Connection</h2>
<section>
<input id="manual_ssid" type="text" placeholder="SSID" value="">
@@ -82,8 +86,12 @@
<div id="connect">
<header>
<h1>Enter Password</h1>
<h1>Connect to network</h1>
</header>
<h2>DHCP host name</h2>
<section id="wifi-list">
<input id="dhcp-name" type="text" placeholder="" value="squeezeamp">
</section>
<h2>Password for <span id="ssid-pwd"></span></h2>
<section>
<input id="pwd" type="password" placeholder="Password" value="">