From 3389b347ea74ffb5f8787cc6932e3f8b00e48b52 Mon Sep 17 00:00:00 2001 From: Ravi Rajaram Date: Tue, 3 Apr 2018 14:00:06 -0700 Subject: [PATCH] removed existing icon --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a7d9349..195d4f8 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ export default function (kibana) { title: 'Patternizer', description: 'This plugin allow you to create index pattern if it does not exist', main: 'plugins/indexpatterncreator/app', - icon: 'plugins/indexpatterncreator/icon.svg' + //icon: 'plugins/indexpatterncreator/icon.svg' } },