Pass through more variables to the context modal and alter int handling

This commit is contained in:
2022-08-03 07:20:30 +01:00
parent c9a17a6fa4
commit 1d2f37f588
3 changed files with 13 additions and 5 deletions

View File

@@ -223,7 +223,9 @@
"channel": "{{ row.cells.channel|escapejs }}",
"time": "{{ row.cells.time|escapejs }}",
"date": "{{ row.cells.date|escapejs }}",
"index": "{{ params.index }}"}'
"index": "{{ params.index }}",
"type": "{{ row.cells.type }}",
"mtype": "{{ row.cells.mtype }}"}'
hx-target="#modals-here"
hx-trigger="click">
{{ row.cells.msg }}