diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-09 18:06:09 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-11-09 18:06:43 +0000 |
commit | 7a7c90404e9c0e3faaa3b3a111ed2263d2dad893 (patch) | |
tree | ae0ef2e6dd02fe38732486b94d537f12fe80686b /gui-server/src/main | |
parent | 6e4582e760f0f63f8938a64b1317658dcde119cd (diff) |
Enable health check and prometheus on gui-server
Issue-ID: POLICY-4138
Change-Id: Ibd815d54e7ee1df787412ed55d70d8a5dc95f1c0
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'gui-server/src/main')
-rw-r--r-- | gui-server/src/main/resources/static/designtime-ui/index.html | 1 | ||||
-rw-r--r-- | gui-server/src/main/resources/static/runtime-ui/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gui-server/src/main/resources/static/designtime-ui/index.html b/gui-server/src/main/resources/static/designtime-ui/index.html index 8da1b06..4080991 100644 --- a/gui-server/src/main/resources/static/designtime-ui/index.html +++ b/gui-server/src/main/resources/static/designtime-ui/index.html @@ -7,6 +7,7 @@ <body> <ul> <li><a href="/designtime-ui/apex-editor/index.html">The Apex Policy Editor</a></li> + <li>Another Editor</li> </ul> </body> </html> diff --git a/gui-server/src/main/resources/static/runtime-ui/index.html b/gui-server/src/main/resources/static/runtime-ui/index.html index 74fa41a..4d0f175 100644 --- a/gui-server/src/main/resources/static/runtime-ui/index.html +++ b/gui-server/src/main/resources/static/runtime-ui/index.html @@ -7,6 +7,7 @@ <body> <ul> <li><a href="/runtime-ui/clamp/index.html">The CLAMP GUI</a></li> + <li>Another Runtime GUI</li> </ul> </body> </html> |