aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlapentafd <francesco.lapenta@est.tech>2023-04-20 10:29:10 +0100
committerFrancesco Davide Lapenta <francesco.lapenta@est.tech>2023-04-20 10:48:10 +0000
commitd27699ca5ea369fa0e5c959d15545bd154e95ee5 (patch)
treec00c7dc60bd0f671a3bdca764433871b0071e7f6
parent5a87ef15be1dd27dedacb748c58add2502e956c5 (diff)
Replace CLAMP GUI text with The first Runtime GUI
Issue-ID: POLICY-4610 Change-Id: Ia543de466b72ac2f5df6639bea3374e57076c1b6 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
-rw-r--r--gui-server/src/main/resources/static/runtime-ui/index.html3
1 files changed, 1 insertions, 2 deletions
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 4d0f175..26baa2e 100644
--- a/gui-server/src/main/resources/static/runtime-ui/index.html
+++ b/gui-server/src/main/resources/static/runtime-ui/index.html
@@ -6,8 +6,7 @@
</head>
<body>
<ul>
- <li><a href="/runtime-ui/clamp/index.html">The CLAMP GUI</a></li>
- <li>Another Runtime GUI</li>
+ <li>The first Runtime GUI</li>
</ul>
</body>
</html>