Add explanation for search_index file

This commit is contained in:
2024-03-15 22:16:28 +01:00
parent 7024648712
commit 420eddf615
6 changed files with 61 additions and 8 deletions

View File

@@ -69,8 +69,9 @@ let sort = (field) => {
<tbody>
{#each peers as peer (peer.address)}
<tr style="border: none;"
class:highlight_red={peer.free_space < peer.min_free_space / 2 || !peer.reachable}
class:highlight_yellow={peer.free_space < peer.min_free_space}
class:highlight_red={!peer.reachable}
class:highlight_yellow={peer.free_space < peer.min_free_space / 2}
class:highlight_blue={peer.free_space < peer.min_free_space}
class:highlight_green={peer.reachable}
animate:flip={{duration: 1000}}
>