Content-Length: 178286 | pFad | http://github.com/postgresml/postgresml/pull/1388.patch

thub.com From a49f69033be96661f3278f54079721e44e098fe4 Mon Sep 17 00:00:00 2001 From: Dan <39170265+chillenberger@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:47:09 -0600 Subject: [PATCH 1/2] doc lev nav maintain state --- .../components/cms/index_link/template.html | 22 +++-- .../left_nav/docs/docs_controller.js | 86 +++++++++++++++++++ .../navigation/left_nav/docs/template.html | 4 +- 3 files changed, 101 insertions(+), 11 deletions(-) create mode 100644 pgml-dashboard/src/components/navigation/left_nav/docs/docs_controller.js diff --git a/pgml-dashboard/src/components/cms/index_link/template.html b/pgml-dashboard/src/components/cms/index_link/template.html index ec9beadac..2158e65b2 100644 --- a/pgml-dashboard/src/components/cms/index_link/template.html +++ b/pgml-dashboard/src/components/cms/index_link/template.html @@ -1,5 +1,9 @@ +<% + let turbo_action_level_1 = r#"data-action="click->navigation-left-nav-docs#onNavigateManageLevel1" "#; + let turbo_action_high_levels = r#"data-action="click->navigation-left-nav-docs#onNavigateManageHighLevels" "#; +%> -