diff options
author | liamfallon <liam.fallon@est.tech> | 2020-09-08 15:35:27 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-09-08 15:35:33 +0100 |
commit | 24a28ea3ae18dff5adf0db4cfa7afc3ee1945edf (patch) | |
tree | 3f280096185466c00c415a0b258471dc46736f23 /gui-editors/gui-editor-apex/src/main/resources | |
parent | 0bdca95bb07cd2e9f896ba2e9fce6522b785940e (diff) |
Cosmetic changes to the apex-editor GUI
Some minor changes to remove some eclipse warnings and to tidy the the
tets and formatting in the APEX policy editor GUI.
Issue-ID: POLICY-2621
Change-Id: Ib9b9b054fbe146feec4e477434097094e8ecae26
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/resources')
-rw-r--r-- | gui-editors/gui-editor-apex/src/main/resources/webapp/close.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/close.html b/gui-editors/gui-editor-apex/src/main/resources/webapp/close.html index 4ecd386..60c43a5 100644 --- a/gui-editors/gui-editor-apex/src/main/resources/webapp/close.html +++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/close.html @@ -23,7 +23,6 @@ <head> <meta charset="utf-8" /> <title>Apex Editor</title> -<link rel="stylesheet" type="text/css" href="css/close.css" /> <link rel="stylesheet" type="text/css" href="css/interfaceAssets.css"> </head> <body> @@ -32,13 +31,13 @@ </div> <div class="placeholder"> - <img class="onapLogo placeholderLogo" src="images/logo_onap.png" - alt="ONAP"> <img class="apexLogo placeholderLogo" - src="images/Apex.png" alt="Apex"> + <img class="onapLogo placeholderLogo" src="images/logo_onap.png" alt="ONAP"> <img + class="apexLogo placeholderLogo" src="images/Apex.png" alt="Apex" height="200"> <p>Thanks for using the Apex editor :-) <p> - For more information, see <a href="we need apex document link here">the - Apex confluence page.</a> + For more information, see <a + href="https://docs.onap.org/projects/onap-policy-parent/en/latest/apex/apex.html">the APEX-PDP + documentation.</a> </div> </body> |