diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2018-09-11 10:24:40 +0800 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2018-09-11 10:24:40 +0800 |
commit | 80f7b8b8e8c33d0575491ae47219c0c432dd1ceb (patch) | |
tree | e59be4cf41fd43ef631cf0cd0bedac6c6d351af3 /docs/developer_info/Camunda_Cockpit_Community_Edition.rst | |
parent | fe525994d369e6b5a2d5d3cd43f71bfaf18f3e51 (diff) |
path correction for the cokpit community
Change-Id: Icd018b38c4f2f58444efe9ac000b0d4794340897
Issue-ID: SO-675
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'docs/developer_info/Camunda_Cockpit_Community_Edition.rst')
-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 |