Repository: ambari Updated Branches: refs/heads/branch-2.4 b632b33bc -> af480916b
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/af480916 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/af480916 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/af480916 Branch: refs/heads/branch-2.4 Commit: af480916b6bebb9e61d57234f1488d818b54cb6d Parents: b632b33 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:59 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/af480916/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",
