mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Allow setting a custom name for a test match.
This commit is contained in:
@@ -283,6 +283,11 @@
|
||||
<button type="button" id="startTimeout" class="btn btn-info btn-xs" onclick="startTimeout();">
|
||||
Start
|
||||
</button>
|
||||
{{if eq .Match.Type "test" }}
|
||||
<br /><br />
|
||||
<p>Match Name</p>
|
||||
<input type="text" id="testMatchName" value="{{.Match.DisplayName}}" onblur="setTestMatchName();" />
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user