You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by kb...@apache.org on 2016/10/06 12:54:24 UTC

incubator-atlas git commit: ATLAS-1215 : Atlas UI not working in firefox due to fix in ATLAS-1199

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 1d84cbbdc -> 3e4f28f50


ATLAS-1215 : Atlas UI not working in firefox due to fix in ATLAS-1199


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/3e4f28f5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/3e4f28f5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/3e4f28f5

Branch: refs/heads/master
Commit: 3e4f28f50c03035915187f624a41064a82d2af37
Parents: 1d84cbb
Author: kevalbhatt <kb...@apache.org>
Authored: Wed Oct 5 18:17:14 2016 +0530
Committer: kevalbhatt <kb...@apache.org>
Committed: Thu Oct 6 18:23:03 2016 +0530

----------------------------------------------------------------------
 dashboardv2/public/js/utils/CommonViewFunction.js | 4 ++--
 release-log.txt                                   | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/3e4f28f5/dashboardv2/public/js/utils/CommonViewFunction.js
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/utils/CommonViewFunction.js b/dashboardv2/public/js/utils/CommonViewFunction.js
index 6125486..5146ba6 100644
--- a/dashboardv2/public/js/utils/CommonViewFunction.js
+++ b/dashboardv2/public/js/utils/CommonViewFunction.js
@@ -366,8 +366,8 @@ define(['require', 'utils/Utils', 'modules/Modal', 'utils/Messages', 'utils/Glob
                 responsive: false,
                 toggleIconClass: 'fa fa-ellipsis-h',
                 dropdown: function(classes) {
-                    const dropdownClass = 'dropdown';
-                    let dropdownMenuClass = 'dropdown-menu popover popoverTerm bottom arrowPosition';
+                    var dropdownClass = 'dropdown';
+                    var dropdownMenuClass = 'dropdown-menu popover popoverTerm bottom arrowPosition';
 
                     if (this.options.overflow === 'right') {
                         dropdownMenuClass += ' dropdown-menu-right';

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/3e4f28f5/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index fd90f6f..d49a9ca 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
 ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
 
 ALL CHANGES:
+ATLAS-1215 Atlas UI not working in firefox due to fix in ATLAS-1199 (kevalbhatt)
 ATLAS-1171 Structured, high-level public APIs - Fix JAXB issues with PList, SearchFilter (mneethiraj via sumasai)
 ATLAS-1206 Atlas UI not working with IE or Chrome on Windows OS in Kerberos mode (nixonrodrigues via sumasai)
 ATLAS-1205 Improve atlas build time (shwethags)