You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/11/07 01:20:04 UTC

[1/2] ambari git commit: AMBARI-13775. If the window gets "too narrow" the query window gets pushed down (Pallav Kulshreshtha via srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk d0883c589 -> 6e8760d32


AMBARI-13775. If the window gets "too narrow" the query window gets pushed down (Pallav Kulshreshtha via srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/14779612
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/14779612
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/14779612

Branch: refs/heads/trunk
Commit: 147796127ba74d784e8f116f5fd5adf69e059b3d
Parents: d0883c5
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Fri Nov 6 16:18:15 2015 -0800
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Fri Nov 6 16:19:39 2015 -0800

----------------------------------------------------------------------
 .../hive/src/main/resources/ui/hive-web/app/templates/index.hbs  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/14779612/contrib/views/hive/src/main/resources/ui/hive-web/app/templates/index.hbs
----------------------------------------------------------------------
diff --git a/contrib/views/hive/src/main/resources/ui/hive-web/app/templates/index.hbs b/contrib/views/hive/src/main/resources/ui/hive-web/app/templates/index.hbs
index 81d6ecf..a06c330 100644
--- a/contrib/views/hive/src/main/resources/ui/hive-web/app/templates/index.hbs
+++ b/contrib/views/hive/src/main/resources/ui/hive-web/app/templates/index.hbs
@@ -18,11 +18,11 @@
 
 <div id="index-content">
   <div class="main-content">
-    <aside {{bind-attr class="isDatabaseExplorerVisible:col-md-3:no-width :col-xs-12 :no-padding"}}>
+    <aside {{bind-attr class="isDatabaseExplorerVisible:col-md-3:no-width :col-xs-3 :no-padding"}}>
       {{render 'databases'}}
     </aside>
 
-    <div {{bind-attr class="isDatabaseExplorerVisible:col-md-9:col-md-12 :col-xs-12 :query-container"}}>
+    <div {{bind-attr class="isDatabaseExplorerVisible:col-md-9:col-md-12 :col-xs-9 :query-container"}}>
       {{#panel-widget headingTranslation="titles.query.editor" classNames="query-editor-panel" iconActions=queryPanelActions}}
         {{render 'open-queries'}}
 


[2/2] ambari git commit: AMBARI-13772. Autocomplete display glitches (Pallav Kulshreshtha via srimanth)

Posted by sr...@apache.org.
AMBARI-13772. Autocomplete display glitches (Pallav Kulshreshtha via srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6e8760d3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6e8760d3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6e8760d3

Branch: refs/heads/trunk
Commit: 6e8760d328f23d3fd4b7dfc5e1c6f300ec9f55f6
Parents: 1477961
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Fri Nov 6 16:11:32 2015 -0800
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Fri Nov 6 16:19:48 2015 -0800

----------------------------------------------------------------------
 .../views/hive/src/main/resources/ui/hive-web/app/styles/app.scss   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6e8760d3/contrib/views/hive/src/main/resources/ui/hive-web/app/styles/app.scss
----------------------------------------------------------------------
diff --git a/contrib/views/hive/src/main/resources/ui/hive-web/app/styles/app.scss b/contrib/views/hive/src/main/resources/ui/hive-web/app/styles/app.scss
index bf271c4..7e23d46 100644
--- a/contrib/views/hive/src/main/resources/ui/hive-web/app/styles/app.scss
+++ b/contrib/views/hive/src/main/resources/ui/hive-web/app/styles/app.scss
@@ -358,6 +358,7 @@ body {
 
 .CodeMirror-hints {
   min-width: 200px;
+  z-index: 100;
 }
 
 .spinner {