golang template stupid if statement stuff

This commit is contained in:
forest 2023-01-09 11:15:04 -06:00
parent 923f9b244d
commit 26d581438b

View file

@ -14,7 +14,7 @@
{{ end }}
</div>
{{ if .StateGroupsStateProgress > 0 }}
{{ if gt .StateGroupsStateProgress 0 }}
<p>
Progress of deleting rows from <code>state_groups_state</code>: {{ .StateGroupsStateProgress }}%
</p>