Skip to content

Commit

Permalink
Issue #71. Replace placeholder hints with default values for netmask …
Browse files Browse the repository at this point in the history
…and dns fields
  • Loading branch information
xoseperez committed Feb 14, 2017
1 parent 6402af4 commit 21a11fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -532,12 +532,12 @@ <h2>
<div class="pure-u-md-5-6 pure-u-3-4 hint">Set when using a static IP</div>

<label class="pure-u-md-1-6 pure-u-1-4" for="mask">Network Mask</label>
<input class="pure-u-md-5-6 pure-u-3-4" name="mask" type="text" value="" size="15" tabindex="0" placeholder="255.255.255.0" />
<input class="pure-u-md-5-6 pure-u-3-4" name="mask" type="text" value="255.255.255.0" size="15" tabindex="0" />
<div class="pure-u-md-1-6 pure-u-1-4"></div>
<div class="pure-u-md-5-6 pure-u-3-4 hint">Usually 255.255.255.0 for /24 networks</div>

<label class="pure-u-md-1-6 pure-u-1-4" for="dns">DNS IP</label>
<input class="pure-u-md-5-6 pure-u-3-4" name="dns" type="text" value="" size="15" tabindex="0" placeholder="8.8.8.8" />
<input class="pure-u-md-5-6 pure-u-3-4" name="dns" type="text" value="8.8.8.8" size="15" tabindex="0" />
<div class="pure-u-md-1-6 pure-u-1-4"></div>
<div class="pure-u-md-5-6 pure-u-3-4 hint">Set the Domain Name Server IP to use when using a static IP</div>

Expand Down

0 comments on commit 21a11fd

Please sign in to comment.