Make management icons larger
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
hx-get="{% url 'threshold_irc_network_relay_status' relay|index:'net' relay|index:'id' 0 %}"
|
hx-get="{% url 'threshold_irc_network_relay_status' relay|index:'net' relay|index:'id' 0 %}"
|
||||||
hx-target="#relays"
|
hx-target="#relays"
|
||||||
hx-swap="outerHTML"
|
hx-swap="outerHTML"
|
||||||
class="button is-danger is-small">
|
class="button is-danger">
|
||||||
<span class="icon" data-tooltip="Disable">
|
<span class="icon" data-tooltip="Disable">
|
||||||
<i class="fa-solid fa-wifi-slash" aria-hidden="true"></i>
|
<i class="fa-solid fa-wifi-slash" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
hx-get="{% url 'threshold_irc_network_relay_status' relay|index:'net' relay|index:'id' 1 %}"
|
hx-get="{% url 'threshold_irc_network_relay_status' relay|index:'net' relay|index:'id' 1 %}"
|
||||||
hx-target="#relays"
|
hx-target="#relays"
|
||||||
hx-swap="outerHTML"
|
hx-swap="outerHTML"
|
||||||
class="button is-success is-small">
|
class="button is-success">
|
||||||
<span class="icon" data-tooltip="Enable">
|
<span class="icon" data-tooltip="Enable">
|
||||||
<i class="fa-solid fa-wifi" aria-hidden="true"></i>
|
<i class="fa-solid fa-wifi" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
hx-delete="{% url 'threshold_irc_network_relay_del' relay|index:'net' relay|index:'id' %}"
|
hx-delete="{% url 'threshold_irc_network_relay_del' relay|index:'net' relay|index:'id' %}"
|
||||||
hx-target="#relays"
|
hx-target="#relays"
|
||||||
hx-swap="outerHTML"
|
hx-swap="outerHTML"
|
||||||
class="button is-danger is-small">
|
class="button is-danger">
|
||||||
<span class="icon" data-tooltip="Delete">
|
<span class="icon" data-tooltip="Delete">
|
||||||
<i class="fa-solid fa-xmark" aria-hidden="true"></i>
|
<i class="fa-solid fa-xmark" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
hx-delete="{% url 'threshold_irc_network_del' key %}"
|
hx-delete="{% url 'threshold_irc_network_del' key %}"
|
||||||
hx-target="#networks"
|
hx-target="#networks"
|
||||||
hx-swap="outerHTML"
|
hx-swap="outerHTML"
|
||||||
class="button is-danger is-small">
|
class="button is-danger">
|
||||||
<span class="icon" data-tooltip="Delete">
|
<span class="icon" data-tooltip="Delete">
|
||||||
<i class="fa-solid fa-xmark" aria-hidden="true"></i>
|
<i class="fa-solid fa-xmark" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user