Change dot to ❚ in the backend list (the dot is too small and barely visible)
Some checks are pending
Build and release container directly from master / release (docker/Dockerfile, AMD64, ubuntu-latest, linux/amd64, ) (push) Waiting to run
Build and release container directly from master / release (docker/Dockerfile.arm64, ARM64, ubuntu-24.04-arm, linux/arm64/v8, -arm64) (push) Waiting to run
Invidious CI / build - crystal: 1.14.1, stable: true (push) Waiting to run
Invidious CI / build - crystal: 1.15.1, stable: true (push) Waiting to run
Invidious CI / build - crystal: 1.16.3, stable: true (push) Waiting to run
Invidious CI / build - crystal: 1.17.1, stable: true (push) Waiting to run
Invidious CI / build - crystal: 1.18.2, stable: true (push) Waiting to run
Invidious CI / Test AMD64 Docker build (push) Waiting to run
Invidious CI / Test ARM64 Docker build (push) Waiting to run
Invidious CI / lint (push) Waiting to run
Invidious CI / build - crystal: nightly, stable: false (push) Waiting to run

This commit is contained in:
Fijxu
2025-12-31 17:41:29 -03:00
parent faba304b5f
commit 6655d1a56c

View File

@@ -127,7 +127,7 @@
<% if status[index] == BackendInfo::Status::Dead.to_i %> #fd4848; <% end %>
<% if status[index] == BackendInfo::Status::Blocked.to_i %> #ddc338; <% end %>
<% if status[index] == BackendInfo::Status::Working.to_i %> #42ae3c; <% end %>
"></span>
"></span>
</a>
<% if !(index == CONFIG.invidious_companion.size-1) %>
<span> | </span>
@@ -142,7 +142,7 @@
<% if status[index] == BackendInfo::Status::Dead.to_i %> #fd4848; <% end %>
<% if status[index] == BackendInfo::Status::Blocked.to_i %> #ddc338; <% end %>
<% if status[index] == BackendInfo::Status::Working.to_i %> #42ae3c; <% end %>
"></span>
"></span>
</a>
<% if !(index == CONFIG.invidious_companion.size-1) %>
<span> | </span>