Repository: ambari Updated Branches: refs/heads/branch-2.5 a3923fdd1 -> eb52ddb89
AMBARI-18658. Pig view not loading. (Ashwin Rajeev via dipayanb) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/eb52ddb8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eb52ddb8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eb52ddb8 Branch: refs/heads/branch-2.5 Commit: eb52ddb89558a8601bf04c660e0f98b75991d62e Parents: a3923fd Author: Dipayan Bhowmick <[email protected]> Authored: Mon Oct 24 12:46:09 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Mon Oct 24 12:47:09 2016 +0530 ---------------------------------------------------------------------- contrib/views/pig/src/main/resources/ui/pig-web/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/eb52ddb8/contrib/views/pig/src/main/resources/ui/pig-web/bower.json ---------------------------------------------------------------------- diff --git a/contrib/views/pig/src/main/resources/ui/pig-web/bower.json b/contrib/views/pig/src/main/resources/ui/pig-web/bower.json index 03ad4bb..ec4beeb 100644 --- a/contrib/views/pig/src/main/resources/ui/pig-web/bower.json +++ b/contrib/views/pig/src/main/resources/ui/pig-web/bower.json @@ -7,7 +7,7 @@ "ember-data": "1.0.0-beta.12", "handlebars": "~1.3.0", "bootstrap": "3.1.x", - "codemirror": ">=3.2", + "codemirror": "5.19.0", "moment": "~2.8.1", "ember-i18n": "2.9.x", "font-awesome": "4.2",
