Update tooltip on auth queries
This commit is contained in:
parent
fdcfc715c8
commit
7c94e27d22
|
@ -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 %}"
|
||||||
|
|
Loading…
Reference in New Issue