You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2016/10/03 18:21:59 UTC

[17/18] ambari git commit: AMBARI-18514. Graph details popup: file formats dropdown isn't collapsed on text link click (alexantonenko)

AMBARI-18514. Graph details popup: file formats dropdown isn't collapsed on text link click (alexantonenko)


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

Branch: refs/heads/branch-feature-AMBARI-18456
Commit: f2bcbbe70008303afdefd7c218b4954127ebe978
Parents: 7b15e38
Author: Alex Antonenko <hi...@gmail.com>
Authored: Mon Oct 3 15:34:23 2016 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Mon Oct 3 20:20:56 2016 +0300

----------------------------------------------------------------------
 ambari-web/app/views/common/chart/linear_time.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f2bcbbe7/ambari-web/app/views/common/chart/linear_time.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/chart/linear_time.js b/ambari-web/app/views/common/chart/linear_time.js
index 80a30d5..8eaf6f3 100644
--- a/ambari-web/app/views/common/chart/linear_time.js
+++ b/ambari-web/app/views/common/chart/linear_time.js
@@ -974,7 +974,7 @@ App.ChartLinearTimeView = Ember.View.extend(App.ExportMetricsMixin, {
             title: Em.I18n.t('common.export')
           });
           this.$().closest('.modal').on('click', function (event) {
-            if (!($(event.target).is('.corner-icon, .icon-save, .export-graph-list-container, .export-graph-list-container *'))) {
+            if (!($(event.target).is('.corner-icon, .corner-icon span, .icon-save, .export-graph-list-container, .export-graph-list-container *'))) {
               popupBody.set('isExportMenuHidden', true);
             }
           });