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

HUE-7918 [presentation] Menu in mode should still show up even if the query is not saved yet

Romain Rigaux пре 7 година
родитељ
комит
7e6a63f
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

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

@@ -370,9 +370,10 @@ ${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
         <h2 class="margin-left-30 margin-right-10 inline padding-left-5" data-bind="text: $root.selectedNotebook().name"></h2>
         <h2 class="muted inline" data-bind="text: $root.selectedNotebook().description"></h2>
         <div class="clearfix"></div>
-        <!-- ko template: { name: 'notebook-menu-buttons-${ suffix }' } --><!-- /ko -->
       <!-- /ko -->
 
+      <!-- ko template: { name: 'notebook-menu-buttons-${ suffix }' } --><!-- /ko -->
+
       <div class="margin-left-30 margin-top-10 padding-left-5 margin-bottom-20">
         <!-- ko template: { name: 'notebook-actions' } --><!-- /ko -->
         <!-- ko if: $root.preEditorTogglingSnippet -->