You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2018/05/07 09:48:38 UTC

[ambari] branch trunk updated: AMBARI-23742 Hive Service Summary View Links Need to be removed

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

atkach 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 a729031  AMBARI-23742 Hive Service Summary View Links Need to be removed
a729031 is described below

commit a72903188ceef841745a15c3085e29ea9397b081
Author: Andrii Tkach <at...@apache.org>
AuthorDate: Wed May 2 18:14:33 2018 +0300

    AMBARI-23742 Hive Service Summary View Links Need to be removed
---
 ambari-web/app/views/main/service/services/hive.js | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/ambari-web/app/views/main/service/services/hive.js b/ambari-web/app/views/main/service/services/hive.js
index ab2ae6d..c3a3ce5 100644
--- a/ambari-web/app/views/main/service/services/hive.js
+++ b/ambari-web/app/views/main/service/services/hive.js
@@ -22,11 +22,8 @@ App.MainDashboardServiceHiveView = App.MainDashboardServiceView.extend({
   templateName: require('templates/main/service/services/hive'),
   serviceName: 'HIVE',
 
-  viewsToShow: {
-  'AUTO_HIVE20_INSTANCE': {},
-  'TEZ_CLUSTER_INSTANCE': {
-    overwriteLabel: 'app.debugHiveQuery'
-  }},
+  viewsToShow: {},
+
   viewLinks: function() {
     var viewsToShow = this.get('viewsToShow');
     var links = [];

-- 
To stop receiving notification emails like this one, please contact
atkach@apache.org.