소스 검색

HUE-1389 [oozie] Add link to open source query

Romain Rigaux 9 년 전
부모
커밋
481ada8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/oozie/src/oozie/templates/editor2/common_workflow.mako

+ 1 - 1
apps/oozie/src/oozie/templates/editor2/common_workflow.mako

@@ -939,7 +939,7 @@
       <span data-bind="template: { name: 'logs-icon' }"></span>
       <!-- ko if: $root.getHiveQueryById(properties.uuid()) -->
       <!-- ko with: $root.getHiveQueryById(properties.uuid()) -->
-        <span data-bind='text: name'></span>
+        <a data-bind="attr: {href: absoluteUrl()}" target="_blank"><span data-bind='text: name'></span></a>
         </br>
         <span data-bind='text: description'></span>
       <!-- /ko -->