diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2022-04-20 11:48:55 +0100 |
---|---|---|
committer | Adheli Tavares <adheli.tavares@est.tech> | 2022-04-21 16:20:33 +0000 |
commit | 2c5411108108e46f7ed38b273a2946179846b0d6 (patch) | |
tree | b404f4e6b328c65879b20cab74db1f3de45fcb5d /docs | |
parent | ca1ff93e977235402534c65cbfcd896f7d1a9b92 (diff) |
Fix some blocks and cross-reference not loading correctly
Issue-ID: POLICY-3941
Change-Id: I846063e84f33366634b61f06482e9d73ca0eb5c7
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/clamp/acm/clamp-gui/policy-gui.rst | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/docs/clamp/acm/clamp-gui/policy-gui.rst b/docs/clamp/acm/clamp-gui/policy-gui.rst index bba52784..63d603b9 100644 --- a/docs/clamp/acm/clamp-gui/policy-gui.rst +++ b/docs/clamp/acm/clamp-gui/policy-gui.rst @@ -98,8 +98,6 @@ see `Clamp ACM Smoke Tests <https://docs.onap.org/projects/onap-policy-parent/en 2 - Checking out and building the UI ==================================== -.. _Building UI - **Step 1:** Checkout the UI from the repo .. code-block:: bash @@ -124,28 +122,25 @@ see `Clamp ACM Smoke Tests <https://docs.onap.org/projects/onap-policy-parent/en npm start --scripts-prepend-node-path -** If you get the following error +*If you get the following error* .. image:: images/03-gui.png - gedit package.json - .. code-block:: bash - change the following - "version": "${project.version}", + gedit package.json - to +Then change ``"version": "${project.version}",`` to ``"version": "2.1.1",`` - "version": "2.1.1", +Save and close, then delete the node_modules directory - save and close - - then delete the node_modules directory +.. code-block:: bash rm -rf node_modules/ - then run again +Then run again + +.. code-block:: bash npm install @@ -165,7 +160,7 @@ This section describes how to commission and decommission the Tosca Service Temp ** Prerequisite: -see clamp-policy-gui-label_ +See :ref:`Policy GUI Prerequisites<clamp-policy-gui-label>` **Step 1:** From the Main Menu Click on TOSCA Automation Composition Dropdown @@ -314,4 +309,6 @@ see building-ui-label_ .. image:: images/23-gui.png -* NOTE: Can't change from Passive to Running in a local developer machine, can only change in the production environment
\ No newline at end of file +* NOTE: Can't change from Passive to Running in a local developer machine, can only change in the production environment + +End of document |