Pārlūkot izejas kodu

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

Romain Rigaux 9 gadi atpakaļ
vecāks
revīzija
481ada8

+ 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 -->