diff --git a/packages/client/src/widgets/server-info.vue b/packages/client/src/widgets/server-info.vue index 35dd53c45..32cd35883 100644 --- a/packages/client/src/widgets/server-info.vue +++ b/packages/client/src/widgets/server-info.vue @@ -3,16 +3,16 @@
{{ - instance.name + $instance.name }}
{{ host }}
@@ -41,7 +41,6 @@ import { } from "./widget"; import { GetFormResultType } from "@/scripts/form"; import { host } from "@/config"; -import { instance } from "@/instance"; const name = "serverInfo";