diff --git a/core/templates/manage/threshold/irc/network/relays.html b/core/templates/manage/threshold/irc/network/relays.html index 49a4d6e..171a13f 100644 --- a/core/templates/manage/threshold/irc/network/relays.html +++ b/core/templates/manage/threshold/irc/network/relays.html @@ -102,7 +102,7 @@ hx-post="{% url 'modal_context' %}" hx-vals='{"net": "{{ net }}", "num": "{{ relay.id }}", - "src": "irc", + "source": "irc", "channel": "*status", "time": "None", "date": "None", @@ -192,7 +192,7 @@ hx-post="{% url 'modal_context' %}" hx-vals='{"net": "{{ net }}", "num": "{{ relay.id }}", - "src": "irc", + "source": "irc", "channel": "{{ sinst.entity }}", "time": "None", "date": "None", diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html index c50fd14..552aa49 100644 --- a/core/templates/ui/drilldown/drilldown.html +++ b/core/templates/ui/drilldown/drilldown.html @@ -69,22 +69,53 @@ -
- - Results -
-+ + Results +
+fetched {{ results|length }} of {{ card }} hits in {{ took }}ms
-{{ redacted }} redacted
-src | -type | -ts | -msg | -host | -nick | -actions | -channel | -net | -
---|---|---|---|---|---|---|---|---|
- - {% if item.src == 'irc' %} - - - - {% elif item.src == 'dis' %} - - - - {% endif %} - - | -- - {% if item.type == 'msg' %} - - - - {% elif item.type == 'join' %} - - - - {% elif item.type == 'part' %} - - - - {% elif item.type == 'quit' %} - - - - {% elif item.type == 'kick' %} - - - - {% elif item.type == 'nick' %} - - - - {% elif item.type == 'mode' %} - - - - {% elif item.type == 'action' %} - - - - {% else %} - {{ item.type }} - {% endif %} - - | -
- {{ item.date }} -{{ item.time }} - |
- {{ item.msg }} | -- - {{ item.host }} - - | -
-
-
-
- {% if item.online is True %}
-
-
-
- {% elif item.online is False %}
-
-
-
- {% else %}
-
-
-
- {% endif %}
-
-
- {{ item.nick }}
-
- {% if item.num_chans is not None %}
-
-
- {{ item.num_chans }}
-
-
- {% endif %}
- |
- - {% if item.src == 'irc' %} - - {% endif %} - | -
-
-
- {{ item.channel }}
-
- {% if item.num_users is not None %}
-
-
-
- {{ item.num_users }}
-
-
- {% endif %}
- |
- - - {{ item.net }} - - | -
+ + Results +
+