Browse Source

HUE-8509 [kafka] Do not break left panel

Counter intuitive but needed currently.
Romain Rigaux 7 years ago
parent
commit
05cca7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

+ 1 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -2122,7 +2122,7 @@ from desktop.views import _ko
                   }, params.sql)),
                   apiHelper: self.apiHelper,
                   name: '${ _("Streams") }',
-                  type: 'kafka',
+                  type: 'solr',
                   icon: 'fa-sitemap',
                   minHeight: 75
                 });