From 7bf8f538543d55ab279140ad77a4ae8ae4e547e2 Mon Sep 17 00:00:00 2001 From: "Yuanqi(Ella) Zhu" <53279298+zhyuanqi@users.noreply.github.com> Date: Tue, 1 Dec 2020 09:30:57 -0800 Subject: [PATCH] remove log for side bar (#64) * Correct URL link * change the position of kibana notebook in side bar (#58) * remove DEFAULT_APP_CATEGORIES for kibana sidenav (#61) * change the position of kibana notebook in side bar * change the position of kibana notebook in side bar * remove log for side bar Co-authored-by: Joshua Co-authored-by: Kyle Davis Co-authored-by: Anirudha (Ani) Jadhav --- public/plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/plugin.ts b/public/plugin.ts index 5b6a916..19099d2 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -32,7 +32,6 @@ export class KibanaNotebooksPlugin category: { id: 'odfe', label: 'Open Distro for Elasticsearch', - euiIconType: 'logoKibana', order: 2000, }, order: 3000,