Changed Topology view to Graph view as text wherever required.#29290
Changed Topology view to Graph view as text wherever required.#29290ahardin-rh merged 1 commit intoopenshift:masterfrom rishumehra:graphview
Conversation
|
Deploy preview for osdocs ready! Built with commit 4587c2c |
There was a problem hiding this comment.
| The *Topology* view in the *Developer* perspective of the web console provides the following options to interact with applications and components: | |
| The *Topology* page in the *Developer* perspective of the web console provides the following options to interact with applications and components: |
There was a problem hiding this comment.
| Serverless applications take some time to load and display on the *Graph 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 *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*. | |
| 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*. |
There was a problem hiding this comment.
| 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 *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. | |
| You can navigate to the *Topology* page 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. |
There was a problem hiding this comment.
| 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. | |
| The *Topology* page 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. |
There was a problem hiding this comment.
Hmmm... the Shortcuts menu is NEXT to the icon, it's not the name of the icon. it's a different interaction point.
Maybe something like:
| * Use the *Shortcuts* menu on the upper-right of the screen to navigate components in the *Graph view*. | |
| * Use the icon (<insert the icon here>) in the upper-right of the screen to navigate components in the *Graph view*. |
|
@andrewballantyne As discussed with you over slack I have dropped the Shortcuts menu bullet point as it is not marking any major functionality. @gajanan-more After having a discussion with @Preeticp we finalized to retain the "Topology view" as is. Otherwise, we need to make the same change to the whole documentation. @andrewballantyne @gajanan-more @Preeticp Kindly check the changes in the new commit. If no further changes are required then please merge this PR. |
|
/lgtm |
|
LGTM! We just need to squash your commits down to one and we should be good to go. Thank you! |
…t as text wherever required. Also removed the line about Shortcuts menu, as discussed with Andrew.
|
New changes are detected. LGTM label has been removed. |
@ahardin-rh Squashed commits now. Please go ahead and merge the PR now. Thanks for the review. |
|
/cherrypick enterprise-4.7 |
|
@ahardin-rh: new pull request created: #29347 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Changed text "Topology view" to "Graph view" in the documentation.
For Openshift 4.7
This change is based on the dev issue: https://issues.redhat.com/browse/ODC-5355