Skip to content

Commit

Permalink
Main UI Setting: Document dirty indicator
Browse files Browse the repository at this point in the history
Refs openhab/openhab-webui#2687.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Aug 6, 2024
1 parent 9557203 commit 71cb7b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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.

0 comments on commit 71cb7b7

Please sign in to comment.