This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.12 by this push: new 3cadfe1f52 [ZEPPELIN-6111] Update to include optional classic UI instructions 3cadfe1f52 is described below commit 3cadfe1f52b88a5b69da0f7681fba6a74d7ce9cc Author: ChanHo Lee <chanho0...@gmail.com> AuthorDate: Sun Sep 29 18:50:24 2024 +0900 [ZEPPELIN-6111] Update to include optional classic UI instructions ### What is this PR for? We've recently switched the default UI to the new version. As a result, it's important to provide instructions for users who want to access the previous default UI. This is a minimal guide for now, and more detailed documentation should be added in the future. ### What type of PR is it? Documentation ### Todos * [ ] - Task ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/6111 ### How should this be tested? * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4847 from tbonelee/add-guidance-to-classic-ui. Signed-off-by: Cheng Pan <cheng...@apache.org> (cherry picked from commit 4aff03bb711781242e6e0d4f22d6c0fc16be65eb) Signed-off-by: Cheng Pan <cheng...@apache.org> --- .../themes/zeppelin/img/ui-img/switch_to_classic_ui.png | Bin 0 -> 18455 bytes docs/quickstart/explore_ui.md | 14 +++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/assets/themes/zeppelin/img/ui-img/switch_to_classic_ui.png b/docs/assets/themes/zeppelin/img/ui-img/switch_to_classic_ui.png new file mode 100644 index 0000000000..d78857c2aa Binary files /dev/null and b/docs/assets/themes/zeppelin/img/ui-img/switch_to_classic_ui.png differ diff --git a/docs/quickstart/explore_ui.md b/docs/quickstart/explore_ui.md index c21c79b0a7..73156f39e7 100644 --- a/docs/quickstart/explore_ui.md +++ b/docs/quickstart/explore_ui.md @@ -19,10 +19,22 @@ limitations under the License. --> {% include JB/setup %} -# Explore Apache Zeppelin UI +# Explore Apache Zeppelin UI (Classic UI) <div id="toc"></div> +## How to Enable and Switch to the Classic UI + +Starting from Zeppelin 0.12.0, this UI has become optional. To use this UI, please build with the following profile: + +``` +-Pweb-classic +``` + +Afterward, you can switch to the classic UI via the `Swtich to Classic UI` button in the settings menu of the new UI app. + +<img src="{{BASE_PATH}}/assets/themes/zeppelin/img/ui-img/switch_to_classic_ui.png" width="130" /> + ## Main home The first time you connect to Zeppelin ([default installations start on http://localhost:8080](http://localhost:8080/)), you'll land at the main page similar to the below screen capture.