Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 827e559f3 -> 75d817581
IGNITE-843 Minor fix for selection ace theme. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/75d81758 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/75d81758 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/75d81758 Branch: refs/heads/ignite-843 Commit: 75d817581317a6b15091ad85f60f33a330eb3571 Parents: 827e559 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Mon Jul 20 16:03:48 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Mon Jul 20 16:03:48 2015 +0700 ---------------------------------------------------------------------- .../web-control-center/nodejs/controllers/summary-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/75d81758/modules/web-control-center/nodejs/controllers/summary-controller.js ---------------------------------------------------------------------- diff --git a/modules/web-control-center/nodejs/controllers/summary-controller.js b/modules/web-control-center/nodejs/controllers/summary-controller.js index 19bbbb4..7761bb4 100644 --- a/modules/web-control-center/nodejs/controllers/summary-controller.js +++ b/modules/web-control-center/nodejs/controllers/summary-controller.js @@ -53,7 +53,7 @@ controlCenterModule.controller('summaryController', ['$scope', '$http', '$common editor.setReadOnly(true); editor.setOption("highlightActiveLine", false); - editor.setTheme('chrome'); + editor.setTheme('ace/theme/chrome'); }; $scope.reloadServer = function() {