From 1f40670ea0924af909d90ea7b525f637d13682e3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 23 Sep 2025 12:06:07 +0200 Subject: [PATCH] cosmos: add info note for configuration file (#7824) --- frontend/public/json/cosmos.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/cosmos.json b/frontend/public/json/cosmos.json index 0ba7a825c..fff9d1fbe 100644 --- a/frontend/public/json/cosmos.json +++ b/frontend/public/json/cosmos.json @@ -32,5 +32,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "type": "info", + "text": "The file `/etc/sysconfig/CosmosCloud` is optional. If you need custom settings, you can create it yourself." + } + ] }