mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Added automatic configuration of Cisco Aironet AP.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user