You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2017/05/23 09:53:08 UTC

[10/50] [abbrv] ambari git commit: AMBARI-21001: Hive 1.5.0 view does not load in Internet Explorer 11 (sangeetar)

AMBARI-21001: Hive 1.5.0 view does not load in Internet Explorer 11 (sangeetar)


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

Branch: refs/heads/ambari-rest-api-explorer
Commit: dad74757d7ab067d5ecfb00665a496332da4ece5
Parents: 292db86
Author: Sangeeta Ravindran <sa...@apache.org>
Authored: Wed May 17 22:46:00 2017 -0700
Committer: Sangeeta Ravindran <sa...@apache.org>
Committed: Wed May 17 22:46:00 2017 -0700

----------------------------------------------------------------------
 .../hive-next/src/main/resources/ui/hive-web/app/routes/splash.js  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/dad74757/contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/splash.js
----------------------------------------------------------------------
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) {