mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
chore: cleanup
This commit is contained in:
parent
e0e07c5d48
commit
2d18d80ac3
5 changed files with 20 additions and 33 deletions
|
|
@ -64,8 +64,9 @@ export default function Home() {
|
|||
<div
|
||||
classList={{
|
||||
"size-2 rounded-full": true,
|
||||
"bg-icon-success-base": server.healthy(),
|
||||
"bg-icon-critical-base": !server.healthy(),
|
||||
"bg-icon-success-base": server.healthy() === true,
|
||||
"bg-icon-critical-base": server.healthy() === false,
|
||||
"bg-border-weak-base": server.healthy() === undefined,
|
||||
}}
|
||||
/>
|
||||
{server.name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue