Repository: ambari
Updated Branches:
  refs/heads/trunk b99bfe7a7 -> 1ecc19311


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/1ecc1931
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1ecc1931
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1ecc1931

Branch: refs/heads/trunk
Commit: 1ecc19311c5c358db6810e3474c6cb13f9cb3d81
Parents: b99bfe7
Author: pallavkul <[email protected]>
Authored: Tue Jan 31 16:27:21 2017 +0530
Committer: pallavkul <[email protected]>
Committed: Tue Jan 31 16:27:21 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/1ecc1931/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>

Reply via email to