Repository: kylin
Updated Branches:
  refs/heads/master 6acb3aba1 -> 52479bee2


KYLIN-3184 The project on the query page sometimes shows '_null'

Signed-off-by: Billy Liu <billy...@apache.org>


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

Branch: refs/heads/master
Commit: 52479bee2136683d824d95db857d0d3024753bb5
Parents: 6acb3ab
Author: peng.jianhua <peng.jian...@zte.com.cn>
Authored: Fri Jan 19 19:04:37 2018 +0800
Committer: Billy Liu <billy...@apache.org>
Committed: Wed Jan 24 13:24:17 2018 +0800

----------------------------------------------------------------------
 webapp/app/partials/query/query.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/52479bee/webapp/app/partials/query/query.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/query/query.html 
b/webapp/app/partials/query/query.html
index c250cfa..30a21c3 100644
--- a/webapp/app/partials/query/query.html
+++ b/webapp/app/partials/query/query.html
@@ -63,7 +63,7 @@
                     </p>
                     <div class="pull-left">
                         <h4>
-                            Project: <span class="label 
label-info">{{projectModel.selectedProject}}</span>
+                            Project: <span class="label 
label-info">{{projectModel.getSelectedProject()}}</span>
                         </h4>
                     </div>
                     <div class="pull-right">

Reply via email to