Allow setting a custom name for a test match.

This commit is contained in:
Patrick Fairbank
2022-07-24 16:50:41 -07:00
parent c78c5323bb
commit 3236456089
5 changed files with 44 additions and 14 deletions

View File

@@ -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">