Added automatic configuration of Cisco Aironet AP.

This commit is contained in:
Patrick Fairbank
2014-08-15 22:47:12 -07:00
parent 35d6cc7e47
commit 792881919a
13 changed files with 566 additions and 2 deletions

View File

@@ -54,6 +54,14 @@
<textarea class="form-control" rows="5" name="accomplishments">{{.Team.Accomplishments}}</textarea>
</div>
</div>
{{if .EventSettings.NetworkSecurityEnabled}}
<div class="form-group">
<label class="col-lg-3 control-label">WPA Key</label>
<div class="col-lg-9">
<input type="text" class="form-control" name="wpaKey" value="{{.Team.WpaKey}}">
</div>
</div>
{{end}}
<div class="form-group">
<div class="col-lg-9 col-lg-offset-3">
<a href="/setup/teams"><button type="button" class="btn btn-default">Cancel</button></a>