Skip to content

Commit

Permalink
Change title for network link
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Oct 21, 2015
1 parent 306b0fe commit f4df7b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions www/templates/modalAddUser.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
<label>Email (optional)</label>
<input type="email" class="form-control" placeholder="Enter email address" data-toggle="tooltip" title="User email address">
</div>
<div class="form-group network-link">
<label>Link Network</label>
<input type="text" class="form-control" placeholder="Enter network address" data-toggle="tooltip" title="Enter network address with cidr subnet">
<div class="form-group network-links">
<label>Network Link</label>
<input type="text" class="form-control"
placeholder="Enter network address" data-toggle="tooltip"
title="Enter network address with cidr subnet. This will provision access to a clients local network to the attached vpn servers and other clients. Multiple networks may be separated by a comma.">
</div>

0 comments on commit f4df7b8

Please sign in to comment.