You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/06/08 19:15:04 UTC

[49/50] [abbrv] incubator-kylin git commit: resize select box in query page and make grid selectable

resize select box in query page and make grid selectable


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

Branch: refs/heads/master
Commit: d5a0e495e691fb1dfff516084a3bd7c92d36d5cb
Parents: a7c28c3
Author: jiazhong <ji...@ebay.com>
Authored: Mon Jun 8 20:18:27 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Mon Jun 8 20:18:27 2015 +0800

----------------------------------------------------------------------
 webapp/app/partials/query/query_detail.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d5a0e495/webapp/app/partials/query/query_detail.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/query/query_detail.html b/webapp/app/partials/query/query_detail.html
index 5ca9010..42f8dbb 100644
--- a/webapp/app/partials/query/query_detail.html
+++ b/webapp/app/partials/query/query_detail.html
@@ -128,7 +128,7 @@
     </div>
 
     <div ng-if="curQuery.graph.show" class="row">
-          <div class="col-xs-4 col-md-3">
+          <div class="col-xs-4 col-lg-3">
             <div class="graph_content">
                 <label>Graph Type</label>
 
@@ -174,7 +174,7 @@
                 </div>
             </div>
         </div>
-      <div class="col-xs-8 col-md-9">
+      <div class="col-xs-8 col-lg-9">
             <div ng-if="curQuery.graph.data.length > 0">
                 <div ng-if="curQuery.graph.type.value == 'bar'">
                     <nvd3-multi-bar-chart