diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2018-09-11 02:47:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-11 02:47:34 +0000 |
commit | 549d68a3946d501877bd9e15ecfea5f0764e9687 (patch) | |
tree | 636851ece11ff8ffc16c4bdbc2e4601ff50bc1a6 | |
parent | 681177ddc1d4d36c8e5be0c57b06573fe856eaf6 (diff) | |
parent | 80f7b8b8e8c33d0575491ae47219c0c432dd1ceb (diff) |
Merge "path correction for the cokpit community"
-rw-r--r-- | docs/developer_info/Camunda_Cockpit_Community_Edition.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/developer_info/Camunda_Cockpit_Community_Edition.rst b/docs/developer_info/Camunda_Cockpit_Community_Edition.rst index a9379decc9..7597159708 100644 --- a/docs/developer_info/Camunda_Cockpit_Community_Edition.rst +++ b/docs/developer_info/Camunda_Cockpit_Community_Edition.rst @@ -26,19 +26,19 @@ If you can use a browser on the docker host system, then use a localhost address The user is "admin" and the password is the same as the jboss admin password, which is not displayed here. -.. image:: images/Camunda_Cockpit_1.png +.. image:: ../images/Camunda_Cockpit_1.png Viewing Process Definitions --------------------------- Use the drop-down menu next to the home icon and select the "Cockpit" option: -.. image:: images/Camunda_Cockpit_2.png +.. image:: ../images/Camunda_Cockpit_2.png The number of deployed process definitions should be displayed. Click on it. -.. image:: images/Camunda_Cockpit_3.png +.. image:: ../images/Camunda_Cockpit_3.png Now you should see an actual list of deployed process definitions. You can click on any of them to view them. -.. image:: images/Camunda_Cockpit_4.png +.. image:: ../images/Camunda_Cockpit_4.png |