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:19:02 UTC

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

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

Branch: refs/heads/branch-2.1
Commit: 939f643dca76b987f8f268601d7e3a5a2162973d
Parents: 6f65812
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:18:15 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/939f643d/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'}}