Просмотр исходного кода

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

Enrico Berti 8 лет назад
Родитель
Сommit
e009a2bcde
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      desktop/libs/indexer/src/indexer/templates/indexes.mako

+ 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) {