aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/relay-list.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-16 16:45:16 -0700
committerJordan <me@jordan.im>2020-09-16 16:47:18 -0700
commit3d1334dae82179e132cd6ea1cdd3d7a986af965e (patch)
tree5779ddeecb9d1e2bc52f469d1b8532956659e02f /tor-metrics/templates/relay-list.html
parentcb5b8c8d95b62ea55f3717566dd3a580938ca6a3 (diff)
downloadallium-3d1334dae82179e132cd6ea1cdd3d7a986af965e.tar.gz
allium-3d1334dae82179e132cd6ea1cdd3d7a986af965e.zip
fix status circle display in Tor Browser (use CSS instead of entity)
Diffstat (limited to 'tor-metrics/templates/relay-list.html')
-rw-r--r--tor-metrics/templates/relay-list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor-metrics/templates/relay-list.html b/tor-metrics/templates/relay-list.html
index ada0b2b..4281fef 100644
--- a/tor-metrics/templates/relay-list.html
+++ b/tor-metrics/templates/relay-list.html
@@ -28,9 +28,9 @@
{% set obs_bandwidth = '%s %s'|format((relay['observed_bandwidth'] / 1000)|round(2, 'common'), 'KB/s') %}{% endif %}
{% if relay['running'] %}
- <td class="relay-online" title="This relay is online">⚫</td>
+ <td><span class="circle circle-online" title="This relay is online"></span></td>
{% else %}
- <td class="relay-offline" title="This relay is offline">⚫</td>
+ <td><span class="circle circle-offline" title="This relay is offline"></span></td>
{% endif %}
{% if key != 'family' and relay['effective_family']|length > 1 %}