This is an automated email from the ASF dual-hosted git repository.

vsairam pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 29450c4  AMBARI-24819 do not allow creation of new hive actions in WFM 
(#2506)
29450c4 is described below

commit 29450c4ebb99cd6fd9b7fc90c2bc15a1daa2bac8
Author: Venkata Sairam Lanka <venkatasairam.la...@gmail.com>
AuthorDate: Wed Oct 24 15:36:28 2018 +0530

    AMBARI-24819 do not allow creation of new hive actions in WFM (#2506)
---
 .../src/main/resources/ui/app/templates/components/workflow-actions.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/workflow-actions.hbs
 
b/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/workflow-actions.hbs
index 8907fdd..bf192b2 100644
--- 
a/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/workflow-actions.hbs
+++ 
b/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/workflow-actions.hbs
@@ -39,7 +39,7 @@
       <div {{action 'showImportActionNodeFileBrowser'}} class="btn 
asset-import-btn margin3"> <i class="fa fa-cloud-download"></i> <span 
class="font10px">Import Asset from Shared File System</span></div>
       <div class="clearfix"></div>
       <ul class="actions_list_left actionNodes">
-          <li {{action 'addAction' 'hive'}} class="dr_action enabled" 
data-name="Hive" data-type="hive"> <i class="fa fa-server"></i> Hive </li>
+{{!--           <li {{action 'addAction' 'hive'}} class="dr_action enabled" 
data-name="Hive" data-type="hive"> <i class="fa fa-server"></i> Hive </li> --}}
           <li {{action 'addAction' 'hive2'}} class="dr_action enabled" 
data-name="Hive" data-type="hive2"> <i class="fa fa-server"></i> Hive2</li>
           <li {{action 'addAction' 'sqoop'}} class="dr_action enabled" 
data-name="Sqoop" data-type="sqoop"> <i class="fa fa-database"></i> Sqoop </li>
           <li {{action 'addAction' 'pig'}} class="dr_action enabled" 
data-name="Pig" data-type="pig"> <i class="fa fa-product-hunt"></i>&nbsp; Pig 
</li>

Reply via email to