Преглед изворни кода

HUE-8399 [editor] Hide the right assistant in embedded mode

This can be re-enabled from the outside by setting window.EMBEDDED_ASSISTANT_ENABLED to true
Johan Ahlen пре 7 година
родитељ
комит
19dd0c4843
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

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

@@ -3399,7 +3399,7 @@ from desktop.views import _ko
 
         var updateContentsForType = function (type) {
           self.functionsTabAvailable(type === 'hive' || type === 'impala' || type === 'pig');
-          self.editorAssistantTabAvailable(type === 'hive' || type === 'impala');
+          self.editorAssistantTabAvailable((!window.IS_EMBEDDED || window.EMBEDDED_ASSISTANT_ENABLED) && (type === 'hive' || type === 'impala'));
           self.dashboardAssistantTabAvailable(type === 'dashboard');
           self.schedulesTabAvailable(false);
           if (type !== 'dashboard') {