Przeglądaj źródła

HUE-7172 [indexes] Analysis popup should disappear when navigating to the list of indexes

Enrico Berti 8 lat temu
rodzic
commit
e009a2bcde

+ 1 - 0
desktop/libs/indexer/src/indexer/templates/indexes.mako

@@ -814,6 +814,7 @@ ${ assist.assistPanel() }
         self.index(null);
         hueUtils.changeURL(self.baseURL);
         self.fetchIndexes();
+        $('#fieldAnalysisIndexes').hide();
       }
 
       self.fetchIndexes = function (callback) {