Skip to content

Commit 4587c2c

Browse files
author
Rishu Mehra
committed
Changed Topology view and create to Graph view and deploy respectivelt as text wherever required. Also removed the line about Shortcuts menu, as discussed with Andrew.
1 parent ebd247a commit 4587c2c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

modules/odc-interacting-with-applications-and-components.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
[id="odc-interacting-with-applications-and-components_{context}"]
66
= Interacting with applications and components
77

8-
The *Topology view* in the *Developer* perspective of the web console provides the following options to interact with applications and components:
8+
The *Topology* view in the *Developer* perspective of the web console provides the following options to interact with applications and components:
99

10-
* Use the *Shortcuts* menu on the upper-right of the screen to navigate components in the *Topology view*.
1110
* Click *Open URL* (image:odc_open_url.png[title="Application Link"]) to see your application exposed by the route on a public URL.
1211
* Click *Edit Source code* to access your source code and modify it.
1312
+
@@ -37,5 +36,5 @@ The application resource name is appended with indicators for the different type
3736
+
3837
[NOTE]
3938
====
40-
Serverless applications take some time to load and display on the *Topology view*. When you create a serverless application, it first creates a service resource and then a revision. After that, it is deployed and displayed on the *Topology view*. If it is the only workload, you might be redirected to the *Add* page. After the revision is deployed, the serverless application is displayed on the *Topology view*.
39+
Serverless applications take some time to load and display on the *Graph view*. When you deploy a serverless application, it first creates a service resource and then a revision. After that, it is deployed and displayed on the *Graph view*. If it is the only workload, you might be redirected to the *Add* page. After the revision is deployed, the serverless application is displayed on the *Graph view*.
4140
====

modules/odc-viewing-application-topology.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[id="odc-viewing-application-topology_{context}"]
66
= Viewing the topology of your application
77

8-
You can navigate to the *Topology view* using the left navigation panel in the *Developer* perspective. After you create an application, you are directed automatically to the *Topology view* where you can see the status of the application pods, quickly access the application on a public URL, access the source code to modify it, and see the status of your last build. You can zoom in and out to see more details for a particular application.
8+
You can navigate to the *Topology* view using the left navigation panel in the *Developer* perspective. After you deploy an application, you are directed automatically to the *Graph view* where you can see the status of the application pods, quickly access the application on a public URL, access the source code to modify it, and see the status of your last build. You can zoom in and out to see more details for a particular application.
99

10-
The *Topology view* also provides you the option to monitor your applications using the *List* view. Use the *List view* icon (image:odc_list_view_icon.png[title="List view icon"]) to see a list of all your applications and use the *Topology view* icon (image:odc_topology_view_icon.png[title="Topology view icon"]) to switch back to the graph view.
10+
The *Topology* view also provides you the option to monitor your applications using the *List* view. Use the *List view* icon (image:odc_list_view_icon.png[title="List view icon"]) to see a list of all your applications and use the *Graph view* icon (image:odc_topology_view_icon.png[title="Topology view icon"]) to switch back to the graph view.
1111

1212
You can customize the views as required using the following:
1313

0 commit comments

Comments
 (0)