aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-gui-docker/src/main/docker/nginx/index.html
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2021-09-02 13:35:36 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-02 13:35:36 +0000
commit55acb846615dfe6aa50e9913271447c98ed0b459 (patch)
tree83ab2d98af0d11428c4d59dc67909e6aba083392 /packages/policy-gui-docker/src/main/docker/nginx/index.html
parentbc7dfea387d1a80875e254fcc8d94516ab6ead96 (diff)
parent608e625fdd262d4362a998f290017a7d3a978aaf (diff)
Merge "Add docker image generation to maven for policy-gui"
Diffstat (limited to 'packages/policy-gui-docker/src/main/docker/nginx/index.html')
-rw-r--r--packages/policy-gui-docker/src/main/docker/nginx/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/policy-gui-docker/src/main/docker/nginx/index.html b/packages/policy-gui-docker/src/main/docker/nginx/index.html
new file mode 100644
index 0000000..98742ae
--- /dev/null
+++ b/packages/policy-gui-docker/src/main/docker/nginx/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>ONAP Policy GUI</title>
+</head>
+<body>
+ <ul>
+ <li><a href="/apex-editor">Apex Policy Editor</a></li>
+ <li><a href="/pdp-monitoring">PDP Monitoring</a></li>
+ <li><a href="/clamp">CLAMP Designer UI</a></li>
+ </ul>
+</body>
+</html>