Update tooltip on auth queries

master
Mark Veidemanis 2 years ago
parent fdcfc715c8
commit 7c94e27d22
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -10,7 +10,7 @@
{% if query is True and item.type == 'self' %}
<td
class="has-tooltip-right {% if item.online is True %}has-text-success{% elif item.online is False %}has-text-danger{% else %}has-text-warning{% endif %}"
data-tooltip="{{ item.nick }}!{{ item.ident }}@{{ item.host }}">{{ item.channel }}</td>
data-tooltip="You!">{{ item.channel }}</td>
{% else %}
<td
class="has-tooltip-right {% if item.online is True %}has-text-success{% elif item.online is False %}has-text-danger{% else %}has-text-warning{% endif %}"

Loading…
Cancel
Save