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": {