Browse Source

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

Enrico Berti 8 năm trước cách đây
mục cha
commit
e009a2b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {