Run meta on results from nicktrace in Insights

This commit is contained in:
2022-07-21 13:52:48 +01:00
parent c6c4cc0c24
commit 8710c66e05
5 changed files with 39 additions and 28 deletions

View File

@@ -18,15 +18,6 @@
hx-target="#nicks"
hx-swap="outerHTML">
</div>
<div
style="display: none;"
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-vals='{"net": "{{ item.net }}", "nick": "{{ item.nick }}"}'
hx-post="{% url 'meta_insights' %}"
hx-trigger="load"
hx-target="#meta"
hx-swap="outerHTML">
</div>
<div id="info">
{% if item is not None %}
<div class="content" style="max-height: 30em; overflow: auto;">

View File

@@ -1,5 +1,13 @@
{% load index %}
<div
style="display: none;"
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-vals='{"net": "{{ net }}", "nicks": "{{ nicks }}"}'
hx-post="{% url 'meta_insights' %}"
hx-trigger="load"
hx-target="#meta"
hx-swap="outerHTML">
</div>
<div id="nicks">
<div class="content" style="max-height: 30em; overflow: auto;">
<table class="table is-fullwidth is-hoverable">