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 88b10475639b7f2c61f14d73118349ce807a6adf..531ff72a68eefef8985829c5da1d438e060246ad 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 dcbca328d7eacf7e67ed8cb71f2bdd2b3f1030c1..ad894a5dae15a64421fade3f38891a220ae19e83 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": {