소스 검색

HUE-4216 [editor] The editor type title blinks at page load and shows all the different types

Enrico Berti 9 년 전
부모
커밋
0c41ae8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -278,7 +278,7 @@ ${ hueIcons.symbols() }
 
       <div class="nav-collapse">
         <ul class="nav editor-nav">
-          <li class="currentApp">
+          <li class="currentApp" data-bind="visible: editorMode" style="display: none">
             <!-- ko if: editorMode() -->
               <a data-bind="attr: { href: '${ url('notebook:editor') }?type=' + editorType(), title: editorTypeTitle() + '${ _(' Editor') }' }" style="cursor: pointer">
               <!-- ko if: editorType() == 'impala' -->