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

Add log viewer to MainUI developer doc #2424

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 3 additions & 1 deletion mainui/developer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The developer tools page is split into two tabs:

## Expert Features

### Advanced Object Managment
### Advanced Object Management

- [**Widgets**](widgets)<br>
Develop custom widgets, that can be then used on your pages. Community made widgets can be installed from the **UI** tab of the add-on store.
Expand All @@ -30,4 +30,6 @@ The developer tools page is split into two tabs:
So if you read this from the website, you can also read this from inside the UI.
- **API Explorer**<br>
Interactively discover and access the [REST API]({{base}}/configuration/restdocs), which is also used by Main UI to interact with the openHAB server.
- **Log Viewer**<br>
Display real-time logs from openHAB. Provides functionality to filter, highlight and download logs as CSV or HTML.
<!-- END MAINUI SIDEBAR DOC - DO NOT REMOVE -->