diff options
author | liamfallon <liam.fallon@est.tech> | 2020-08-17 13:49:06 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-08-17 13:49:11 +0100 |
commit | 8f2301aba41bf1ccaf661e8eb4929b077d6517f3 (patch) | |
tree | 41a12c714ad1bf28833cf7cc7f9403fcfaf7eff9 /client/client-full/src/main/resources/webapp/index.html | |
parent | 1798f96670cc2d182628332ffec5e012816c82ea (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/src/main/resources/webapp/index.html')
-rw-r--r-- | client/client-full/src/main/resources/webapp/index.html | 8 |
1 files changed, 0 insertions, 8 deletions
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> |