backend: frontend: fix errors in model struct and add new fields to result table view
This commit is contained in:
parent
0fd2775aa3
commit
1a4ac687f4
6 changed files with 189 additions and 153 deletions
|
|
@ -10,6 +10,10 @@
|
|||
<td>{{.HP.Average}}</td>
|
||||
<td>{{.HP.Formula}}</td>
|
||||
<td>{{.Speed.Walk}}</td>
|
||||
<td>{{.Speed.Swim}}</td>
|
||||
<td>{{.Speed.Burrow}}</td>
|
||||
<td>{{.Speed.Climb}}</td>
|
||||
<td>{{.Speed.Fly}}</td>
|
||||
<td>{{.Str}}</td>
|
||||
<td>{{.Dex}}</td>
|
||||
<td>{{.Con}}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue