Repository: ambari Updated Branches: refs/heads/branch-2.5 8474d83ec -> eb209c3e4
AMBARI-19523. Hive View 2.0: Table manager - DDL tab should show query as readonly in query editor (pallavkul) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/eb209c3e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eb209c3e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eb209c3e Branch: refs/heads/branch-2.5 Commit: eb209c3e4d9aca74e668bbba7c07cf0f413893e3 Parents: 8474d83 Author: pallavkul <[email protected]> Authored: Tue Jan 31 16:27:21 2017 +0530 Committer: pallavkul <[email protected]> Committed: Tue Jan 31 16:28:40 2017 +0530 ---------------------------------------------------------------------- .../ui/app/templates/databases/database/tables/table/ddl.hbs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/eb209c3e/contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/table/ddl.hbs ---------------------------------------------------------------------- diff --git a/contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/table/ddl.hbs b/contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/table/ddl.hbs index cbbcdd0..eb7c7c2 100644 --- a/contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/table/ddl.hbs +++ b/contrib/views/hive20/src/main/resources/ui/app/templates/databases/database/tables/table/ddl.hbs @@ -17,11 +17,5 @@ }} <div class="row"> -{{!-- - {{ivy-codemirror value=table.ddl - options=(hash lineNumbers=true - readOnly=true - mode="sql" - theme="solarized")}} ---}} + {{query-editor query=table.ddl readOnly=true }} </div>
