From a065040f6f8ea0e67d872532706214448d6804fb Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 15 Apr 2025 01:17:12 +1000 Subject: [PATCH] add status --- frontend/public/json/openproject.json | 5 +++-- frontend/public/json/openziti-controller.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/public/json/openproject.json b/frontend/public/json/openproject.json index 6a4a818d6..a255d0d2e 100644 --- a/frontend/public/json/openproject.json +++ b/frontend/public/json/openproject.json @@ -30,5 +30,6 @@ "username": "admin", "password": "admin" }, - "notes": [] -} + "notes": [], + "status": "🚧" +} \ No newline at end of file diff --git a/frontend/public/json/openziti-controller.json b/frontend/public/json/openziti-controller.json index 47a119100..32b15da65 100644 --- a/frontend/public/json/openziti-controller.json +++ b/frontend/public/json/openziti-controller.json @@ -35,5 +35,6 @@ "text": "The Openziti Controller installation will prompt for configuration settings during installation.", "type": "info" } - ] -} + ], + "status": "🚧" +} \ No newline at end of file