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

@@ -28,7 +28,9 @@
"channel": "{{ channel }}",
"time": "{{ time }}",
"date": "{{ date }}",
"index": "{{ index }}"}'
"index": "{{ index }}",
"type": "{{ type }}",
"mtype": "{{ mtype }}"}'
hx-target="#modal-context-table"
hx-trigger="every 5s">
</div>