From a0e058e9c0103b00b20fd1d4fd1d8ef5dc447797 Mon Sep 17 00:00:00 2001 From: Jim Ehrismann Date: Fri, 18 Dec 2020 11:31:17 -0500 Subject: [PATCH] re-enabled foldout menu for example pages Signed-off-by: Jim Ehrismann --- extensions/example-extension/renderer.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/example-extension/renderer.tsx b/extensions/example-extension/renderer.tsx index e1dd7c648e..32876ea843 100644 --- a/extensions/example-extension/renderer.tsx +++ b/extensions/example-extension/renderer.tsx @@ -72,14 +72,14 @@ export default class ExampleExtension extends LensRendererExtension { clusterPageMenus: Interface.ClusterPageMenuRegistration[] = [ { -// id: "top-example-menu", + id: "top-example-menu", title: "Example extension", components: { Icon: ExampleIcon, }, }, { -// parentId: "top-example-menu", + parentId: "top-example-menu", title: "Simple Page", target: { pageId: "simple-page" @@ -89,7 +89,7 @@ export default class ExampleExtension extends LensRendererExtension { }, }, { -// parentId: "top-example-menu", + parentId: "top-example-menu", title: "Simple Params", target: { pageId: "page-with-simple-params", @@ -103,7 +103,7 @@ export default class ExampleExtension extends LensRendererExtension { }, }, { -// parentId: "top-example-menu", + parentId: "top-example-menu", title: "Non-String Params", target: { pageId: "page-with-non-string-params", @@ -117,7 +117,7 @@ export default class ExampleExtension extends LensRendererExtension { }, }, { -// parentId: "top-example-menu", + parentId: "top-example-menu", title: "Complicated Params", target: { pageId: "page-with-complicated-params"