Repository: ambari Updated Branches: refs/heads/trunk 292db86f0 -> dad74757d
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/trunk Commit: dad74757d7ab067d5ecfb00665a496332da4ece5 Parents: 292db86 Author: Sangeeta Ravindran <[email protected]> Authored: Wed May 17 22:46:00 2017 -0700 Committer: Sangeeta Ravindran <[email protected]> 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) {
