From 6ac7c3af19aff1ca8fcd4c5b18db34c00e28738a Mon Sep 17 00:00:00 2001 From: Chris Jackson Date: Mon, 9 Dec 2024 07:42:50 +1300 Subject: [PATCH] Add log viewer to MainUI developer doc Signed-off-by: Chris Jackson --- mainui/developer/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mainui/developer/index.md b/mainui/developer/index.md index 4d6dff13e8..0dc5fdd6f8 100644 --- a/mainui/developer/index.md +++ b/mainui/developer/index.md @@ -13,7 +13,7 @@ The developer tools page is split into two tabs: ## Expert Features -### Advanced Object Managment +### Advanced Object Management - [**Widgets**](widgets)
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. @@ -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**
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**
+ Display real-time logs from openHAB. Provides functionality to filter, highlight and download logs as CSV or HTML.