Player cache and project structure refactor.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{{ range . }}
|
||||
<div class="input-group input-group-lg mb-1">
|
||||
<div class="input-group-text py-1 px-2">
|
||||
<input class="form-check-input fs-4 border-secondary mt-0" type="checkbox" value="" onchange="updateSelectedPlayers(this)">
|
||||
<label>
|
||||
<input class="form-check-input fs-4 border-secondary mt-0" type="checkbox" value="" onchange="updateSelectedPlayers(this)">
|
||||
</label>
|
||||
</div>
|
||||
<span class="form-control py-2 px-3" style="width: 10em">{{ .PlayerName }}</span>
|
||||
<div class="form-control text-center px-2 text-secondary">
|
||||
|
||||
Reference in New Issue
Block a user