Skip to content

Commit

Permalink
DOCS: Adding user preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Oct 14, 2021
1 parent cbdd436 commit 27e894c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ Topics:
File: web-console
- Name: Viewing cluster information
File: using-dashboard-to-get-cluster-information
- Name: Adding user preferences
File: adding-user-preferences
Distros: openshift-enterprise,openshift-origin
- Name: Configuring the web console
File: configuring-web-console
Expand Down
15 changes: 15 additions & 0 deletions modules/odc-setting-user-preferences.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[id="odc-setting-user-preferences_{context}"]
= Setting user preferences

You can set the default user preferences for your cluster.

.Procedure

. Log in to the {product-title} web console using your login credentials.
. Use the masthead to access the user preferences under the user profile.
. In the *General* section:
.. In the *Perspective* field, you can set the default perspective you want to be logged in to. You can select the *Administrator* or the *Developer* perspective as required. If a perspective is not selected, you are logged into the perspective you last visited.
.. In the *Project* field, select a project you want to work in. The console will default to the project every time you log in.
.. In the *Topology* field, you can set the topology view to default to the graph or list view. If not selected, the console defaults to the last view you used.
.. In the *Create/Edit resource method* field, you can set a preference for creating or editing a resource. If both the form and YAML options are available, the console defaults to your selection.
. In the Language section, select *Default browser language* to use the default browser language settings. Otherwise, select the language that you want to use for the console.
12 changes: 12 additions & 0 deletions web_console/adding-user-preferences.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[id="adding-user-preferences"]
= Adding user preferences
include::modules/common-attributes.adoc[]
:context: adding-user-preferences

toc::[]

You can change the default preferences for your profile to meet your requirements. You can set your default project, topology view (graph/list), editing medium (form or YAML), and language preferences.

The changes made to the user preferences are automatically saved.

include::modules/odc-setting-user-preferences.adoc[leveloffset=+1]

0 comments on commit 27e894c

Please sign in to comment.