diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-09-10 23:17:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-10 23:17:49 +0000 |
commit | ebfaf98391758738e2c1ce5a37d4973966be62cc (patch) | |
tree | d524b806d2e23996a5e65f60c9ac9889f743fb76 /packages/policy-gui-docker/src/main/docker/index.html | |
parent | 426fa90230fc6732bd2a74e4c202e697ecd4c11b (diff) | |
parent | 69d300a2132f103162a5e98f68ae4256750ce527 (diff) |
Merge "Remove CLAMP_REST_URL variable from Docker image"
Diffstat (limited to 'packages/policy-gui-docker/src/main/docker/index.html')
-rw-r--r-- | packages/policy-gui-docker/src/main/docker/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/policy-gui-docker/src/main/docker/index.html b/packages/policy-gui-docker/src/main/docker/index.html new file mode 100644 index 0000000..98742ae --- /dev/null +++ b/packages/policy-gui-docker/src/main/docker/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> |