allow stats view when server is not ok or disabled

This commit is contained in:
beckerinj
2022-09-27 19:38:32 -04:00
parent abfa6dbf65
commit b1e2328d54

View File

@@ -94,6 +94,9 @@ const Server: Component<{ id: string }> = (p) => {
</Flex>
</Show>
</Show>
<Show when={server()?.status !== "OK"}>
<StatGraphs id={p.id} />
</Show>
<div
class={
server()?.enabled