Add title to user overview graphs

This commit is contained in:
Peter Stockings
2023-10-21 21:20:59 +11:00
parent 07ad592895
commit 2f16d926e1
2 changed files with 34 additions and 9 deletions

View File

@@ -72,8 +72,8 @@
te.Select.getOrCreateInstance(me).setValue({{ ['week'] }})
end">
{% for p in user.periods %}
<option value="{{ p }}">{{ p }}</option>
{% for val,name in user.periods %}
<option value="{{ val }}">{{ name }}</option>
{% endfor %}
</select>
</div>