소스 검색

HUE-3450 [editor] Add a real link to Impala

Romain Rigaux 9 년 전
부모
커밋
0004f5d
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

@@ -688,7 +688,7 @@ ${ hueIcons.symbols() }
       <!-- ko if: hasSuggestion -->
       <!-- ko with: suggestion() -->
       <!-- ko if: queryStatus() == 'SUCCESS' -->
-        ${ _('The query is compatible! Click to') } <a href="">${ _('execute') }</a> ${ _('with Impala') }.
+        ${ _('The query is compatible! Click to') } <a href="/notebook/editor?type=impala">${ _('execute') }</a> ${ _('with Impala') }.
       <!-- /ko -->
       <!-- ko if: errorDetail.errorString -->
         ${ _('Query is not compatible with Impala') }.