Repository: kylin
Updated Branches:
  refs/heads/master fdacf5d3f -> 6914f3f40


KYLIN-2644 When I refresh the insight page and click 'Add Project'button, but 
the new project pop-up page is not showing.

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/6914f3f4
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/6914f3f4
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/6914f3f4

Branch: refs/heads/master
Commit: 6914f3f409372dc1fd11cd140984aa67d31e5ac4
Parents: fdacf5d
Author: 10069681 <peng.jian...@zte.com.cn>
Authored: Wed May 24 17:41:14 2017 +0800
Committer: Billy Liu <billy...@apache.org>
Committed: Thu May 25 10:37:03 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/6914f3f4/webapp/app/partials/query/query.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/query/query.html 
b/webapp/app/partials/query/query.html
index 69fe649..894113e 100644
--- a/webapp/app/partials/query/query.html
+++ b/webapp/app/partials/query/query.html
@@ -226,3 +226,5 @@
         <div ng-include="'partials/query/query_detail.html'"></div>
     </div>
 </div>
+
+<div ng-include="'partials/projects/project_create.html'"></div>

Reply via email to