Update tooltip on auth queries

This commit is contained in:
Mark Veidemanis 2022-08-15 19:41:30 +01:00
parent fdcfc715c8
commit 7c94e27d22
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
{% if query is True and item.type == 'self' %} {% if query is True and item.type == 'self' %}
<td <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 %}" 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 %} {% else %}
<td <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 %}" 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 %}"