AMBARI-15308. UI: ability to perform bulk add host components <fix> (Joe Wang 
via rzang)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/86d37806
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/86d37806
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/86d37806

Branch: refs/heads/AMBARI-13364
Commit: 86d37806535715ae38a4062ab83b3e6e57877f38
Parents: 1986078
Author: Richard Zang <rz...@apache.org>
Authored: Tue Mar 8 10:55:09 2016 -0800
Committer: Richard Zang <rz...@apache.org>
Committed: Tue Mar 8 10:55:09 2016 -0800

----------------------------------------------------------------------
 ambari-web/app/views/main/host/hosts_table_menu_view.js | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/86d37806/ambari-web/app/views/main/host/hosts_table_menu_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/host/hosts_table_menu_view.js 
b/ambari-web/app/views/main/host/hosts_table_menu_view.js
index 0d119f7..5670814 100644
--- a/ambari-web/app/views/main/host/hosts_table_menu_view.js
+++ b/ambari-web/app/views/main/host/hosts_table_menu_view.js
@@ -145,17 +145,6 @@ App.HostTableMenuView = Em.View.extend({
               serviceName: content.serviceName,
               componentNameFormatted: content.componentNameFormatted
             })
-          }),
-          O.create({
-            label: Em.I18n.t('common.delete'),
-            delete: true,
-            operationData: O.create({
-              action: 'DELETE',
-              message: Em.I18n.t('common.delete'),
-              componentName: content.componentName,
-              serviceName: content.serviceName,
-              componentNameFormatted: content.componentNameFormatted
-            })
           })
         ])
       }

Reply via email to