Repository: ambari
Updated Branches:
  refs/heads/trunk dcd198178 -> 430c01d6a


AMBARI-16268. "Open In Log Search" link goes back to the Ambari dash board 
(alexantonenko)


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

Branch: refs/heads/trunk
Commit: 430c01d6ae3fe458803d9277eab5bcd7d717a6b1
Parents: dcd1981
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Tue May 10 17:30:40 2016 +0300
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Tue May 10 19:35:38 2016 +0300

----------------------------------------------------------------------
 ambari-web/app/views/common/host_progress_popup_body_view.js | 2 +-
 ambari-web/app/views/common/modal_popups/log_tail_popup.js   | 2 +-
 ambari-web/app/views/main/host/logs_view.js                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/430c01d6/ambari-web/app/views/common/host_progress_popup_body_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/host_progress_popup_body_view.js 
b/ambari-web/app/views/common/host_progress_popup_body_view.js
index 2168020..96678de 100644
--- a/ambari-web/app/views/common/host_progress_popup_body_view.js
+++ b/ambari-web/app/views/common/host_progress_popup_body_view.js
@@ -997,7 +997,7 @@ App.HostProgressPopupBodyView = App.TableView.extend({
    * @property {string}
    */
   logSearchUrlTemplate: function() {
-    var quickLink = App.QuickLinks.find().findProperty('site', 
'logsearch-site'),
+    var quickLink = App.QuickLinks.find().findProperty('site', 
'logsearch-env'),
         logSearchServerHost = 
App.HostComponent.find().findProperty('componentName', 
'LOGSEARCH_SERVER').get('host.hostName');
 
     if (quickLink) {

http://git-wip-us.apache.org/repos/asf/ambari/blob/430c01d6/ambari-web/app/views/common/modal_popups/log_tail_popup.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/modal_popups/log_tail_popup.js 
b/ambari-web/app/views/common/modal_popups/log_tail_popup.js
index bb0fb64..dbd209b 100644
--- a/ambari-web/app/views/common/modal_popups/log_tail_popup.js
+++ b/ambari-web/app/views/common/modal_popups/log_tail_popup.js
@@ -38,7 +38,7 @@ App.showLogTailPopup = function(content) {
       copyContent: null,
 
       logSearchUrl: function() {
-        var quickLink = App.QuickLinks.find().findProperty('site', 
'logsearch-site'),
+        var quickLink = App.QuickLinks.find().findProperty('site', 
'logsearch-env'),
             logSearchServerHost = 
App.HostComponent.find().findProperty('componentName', 
'LOGSEARCH_SERVER').get('host.hostName');
 
         if (quickLink) {

http://git-wip-us.apache.org/repos/asf/ambari/blob/430c01d6/ambari-web/app/views/main/host/logs_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/host/logs_view.js 
b/ambari-web/app/views/main/host/logs_view.js
index 32e6192..bcdb238 100644
--- a/ambari-web/app/views/main/host/logs_view.js
+++ b/ambari-web/app/views/main/host/logs_view.js
@@ -38,7 +38,7 @@ App.MainHostLogsView = App.TableView.extend({
   }.property('App.HostComponentLog.length'),
 
   logSearchUrlTemplate: function() {
-    var quickLink = App.QuickLinks.find().findProperty('site', 
'logsearch-site'),
+    var quickLink = App.QuickLinks.find().findProperty('site', 
'logsearch-env'),
         logSearchServerHost = 
App.HostComponent.find().findProperty('componentName', 
'LOGSEARCH_SERVER').get('host.hostName');
 
     if (quickLink) {

Reply via email to