Added category column to activities table

This commit is contained in:
2023-07-18 13:25:04 +01:00
parent d69a89a761
commit cbfa4adfe3
4 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<script id="{{table.id}}-column-category" type="text/x-handlebars-template">
{% verbatim %}
<td data-text="{{ucwords (splitSnakeCase row.type)}}">
{{ucwords (splitSnakeCase row.type)}}
</td>
{% endverbatim %}
</script>