DRILL-5981: Add syntax highlighting and error checking to plugin configuration page.
closes #1043
Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/27dc0d27
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/27dc0d27
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/27dc0d27
Branch: refs/heads/master
Commit: 27dc0d27d5efad839ce3a63917c13e48536e57d2
Parents: 1e78999
Author: cgivre <cgivre@gmail.com>
Authored: Wed Nov 22 13:48:06 2017 -0500
Committer: Arina Ielchiieva <arina.yelchiyeva@gmail.com>
Committed: Sun Nov 26 15:26:49 2017 +0200
----------------------------------------------------------------------
.../rest/static/js/ace-code-editor/ace.js | 14 +++++++++++
.../rest/static/js/ace-code-editor/mode-json.js | 1 +
.../rest/static/js/ace-code-editor/mode-sql.js | 1 +
.../static/js/ace-code-editor/theme-eclipse.js | 1 +
.../static/js/ace-code-editor/worker-json.js | 1 +
.../src/main/resources/rest/storage/update.ftl | 26 +++++++++++++++++++-
6 files changed, 43 insertions(+), 1 deletion(-)
----------------------------------------------------------------------
|