summaryrefslogtreecommitdiffstats
path: root/client/client-full
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2020-08-17 13:49:06 +0100
committerliamfallon <liam.fallon@est.tech>2020-08-17 13:49:11 +0100
commit8f2301aba41bf1ccaf661e8eb4929b077d6517f3 (patch)
tree41a12c714ad1bf28833cf7cc7f9403fcfaf7eff9 /client/client-full
parent1798f96670cc2d182628332ffec5e012816c82ea (diff)
Remove apex policy editor gui
The apex policy editor has been moved to policy-gui. This review removes the code from the apex-pdp repo. Issue-ID: POLICY-2621 Change-Id: Ib5b90386d0da8af6eec8870fbcaf01b94975d5c6 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'client/client-full')
-rw-r--r--client/client-full/pom.xml5
-rw-r--r--client/client-full/src/main/resources/webapp/index.html8
2 files changed, 0 insertions, 13 deletions
diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml
index 0f3842769..2bd8e1476 100644
--- a/client/client-full/pom.xml
+++ b/client/client-full/pom.xml
@@ -35,11 +35,6 @@
<dependencies>
<dependency>
<groupId>org.onap.policy.apex-pdp.client</groupId>
- <artifactId>apex-client-editor</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.onap.policy.apex-pdp.client</groupId>
<artifactId>apex-client-monitoring</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/client/client-full/src/main/resources/webapp/index.html b/client/client-full/src/main/resources/webapp/index.html
index 62069b11f..f445368cb 100644
--- a/client/client-full/src/main/resources/webapp/index.html
+++ b/client/client-full/src/main/resources/webapp/index.html
@@ -71,14 +71,6 @@
<div class="GradientBlock-title">Apex Monitoring</div>
<div class="GradientBlock-desc">Monitor Apex Engines</div>
</div>
- </a> <a id="banner_editor" href="editor/"
- class="GradientBlock GradientBlock_gradient_blue banner">
- <div class="GradientBlock-icon GradientBlock-icon_icon_note"></div>
- <div class="GradientBlock-content">
- <div class="GradientBlock-title">Policy Editor</div>
- <div class="GradientBlock-desc">Create and Edit Apex
- Policies</div>
- </div>
</a> <a id="banner_deploy" href="deployment/"
class="GradientBlock GradientBlock_gradient_purple banner">
<div class="GradientBlock-icon GradientBlock-icon_icon_deploy"></div>