From ba4bc423f469f2b0e2867ab7316e19139575ed31 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 20 Jan 2025 12:13:00 +0100 Subject: [PATCH] rename Restart Monitor --- interface/src/api/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/api/system.ts b/interface/src/api/system.ts index 02b8b0dff..bba8d0bae 100644 --- a/interface/src/api/system.ts +++ b/interface/src/api/system.ts @@ -2,7 +2,7 @@ import type { LogSettings, SystemStatus } from 'types'; import { alovaInstance, alovaInstanceGH } from './endpoints'; -// systemStatus - also used to ping in Restart monitor for pinging +// systemStatus - also used to ping in System Monitor for pinging export const readSystemStatus = () => alovaInstance.Get('/rest/systemStatus');