Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main UI Settings: Document dirty indicator #2345

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added mainui/images/dirty-indicator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions mainui/settings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,13 @@ This section lists the installed add-ons and provides direct access to the add-o

The standard log level is `INFO` but to track down an issue it might be necessary to increase the log-level upon request.
For more information see [Logging in openHAB]({{base}}/administration/logging.html).

### Dirty Handling

When you modify a configuration/setting, there are unsaved changes and the configuration page becomes "dirty".
There is an ● indicator shown if the current settings page is dirty:

![dirty-indicator.png](../images/dirty-indicator.png)

To save the changes, click the `Save` button or hit <kbd>Ctrl</kbd> + <kbd>S</kbd> on your keyboard.
If you attempt to leave the current configuration page and there are unsaved changes, a warning dialog will be shown to avoid losing your changes.