mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
allow stats view when server is not ok or disabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user