Skip to content

Commit

Permalink
Add network links to rename user template
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Oct 22, 2015
1 parent 02657f3 commit ac84627
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/templates/modalRenameUser.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@
<label>Email (optional)</label>
<input type="email" class="form-control" placeholder="Enter email address" data-toggle="tooltip" title="User email address" value="<%- email ? email : '' %>">
</div>
<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."
value="<%- network_links ? network_links.join(', ') : '' %>">
</div>

0 comments on commit ac84627

Please sign in to comment.