Fixed server menu
This commit is contained in:
parent
e1caa9b0ad
commit
2a2a028f58
1 changed files with 2 additions and 2 deletions
|
|
@ -4,13 +4,13 @@ import { useState, useEffect } from "react";
|
|||
|
||||
const SERVICES = [
|
||||
"syncthing",
|
||||
"dashboard",
|
||||
"server-dash",
|
||||
"caddy",
|
||||
"sshd",
|
||||
"cloudflare-dyndns.timer",
|
||||
"cloudflare-dyndns",
|
||||
"docker",
|
||||
"sysapi",
|
||||
"server-dash-api",
|
||||
];
|
||||
|
||||
type Toast = { message: string; ok: boolean } | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue