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

hapylestat pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new e188f9a  AMBARI-21001 Hive 1.5.0 view does not load in Internet 
Explorer 11 (dgrinenko) (#2947)
e188f9a is described below

commit e188f9a72034be61cadf9f1086f7d7d3399093fd
Author: Dmytro Grinenko <hapy.les...@gmail.com>
AuthorDate: Tue Apr 23 12:02:32 2019 +0300

    AMBARI-21001 Hive 1.5.0 view does not load in Internet Explorer 11 
(dgrinenko) (#2947)
---
 .../views/hive-next/src/main/resources/ui/hive-web/app/routes/splash.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/splash.js 
b/contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/splash.js
index 087bab3..34379d2 100644
--- 
a/contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/splash.js
+++ 
b/contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/splash.js
@@ -98,7 +98,7 @@ export default Ember.Route.extend({
     }
 
     this.fetchServiceCheckPolicy()
-      .then((data) => {
+      .then (function(data) {
         var numberOfChecks = 0;
         var serviceCheckPolicy = data.serviceCheckPolicy;
         for (var serviceCheck in serviceCheckPolicy) {

Reply via email to