From f80c6a18bb878c5716d3d64069c1a8199836b0db Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Mon, 1 May 2023 14:01:06 +0100 Subject: [PATCH] v0.3.0-unstable19 --- client/src/pages/home/index.jsx | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/client/src/pages/home/index.jsx b/client/src/pages/home/index.jsx index 88b1047..531ff72 100644 --- a/client/src/pages/home/index.jsx +++ b/client/src/pages/home/index.jsx @@ -144,6 +144,19 @@ const HomePage = () => { })} + + {config && config.HTTPConfig.ProxyConfig.Routes.length === 0 && ( + + + +
+

No Apps

+

You have no apps configured. Please add some apps in the configuration panel.

+
+
+
+
+ )} } diff --git a/package.json b/package.json index dcbca32..ad894a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.3.0-unstable18", + "version": "0.3.0-unstable19", "description": "", "main": "test-server.js", "bugs": {