fix query
This commit is contained in:
parent
e80dc758a2
commit
28cdfc0b6f
|
@ -62,7 +62,7 @@ import * as os from "@/os";
|
||||||
import { i18n } from "@/i18n";
|
import { i18n } from "@/i18n";
|
||||||
|
|
||||||
const meta = await os.api("server-info", {});
|
const meta = await os.api("server-info", {});
|
||||||
const serverStats = await os.api("stats", {});
|
const serverStats = await os.api("stats");
|
||||||
|
|
||||||
let cpuUsage: number = $ref(0);
|
let cpuUsage: number = $ref(0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue