mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
12 lines
553 B
Markdown
12 lines
553 B
Markdown
# User Preferences
|
|
|
|
The `users.UserConfig` model holds individual preferences for each user in the form of JSON data. This page serves as a manifest of all recognized user preferences in NetBox.
|
|
|
|
## Available Preferences
|
|
|
|
| Name | Description |
|
|
| ---- | ----------- |
|
|
| extras.configcontext.format | Preferred format when rendering config context data (JSON or YAML) |
|
|
| pagination.per_page | The number of items to display per page of a paginated table |
|
|
| tables.${table_name}.columns | The ordered list of columns to display when viewing the table |
|