-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbdd436
commit 27e894c
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |