You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/14 01:01:47 UTC

[02/50] [abbrv] incubator-kylin git commit: fix html tag

fix html tag


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

Branch: refs/heads/staging
Commit: 756410745a4ceb8ee781660ebbeeae6d35d1f7f3
Parents: 7ce63f6
Author: jiazhong <ji...@ebay.com>
Authored: Thu Mar 5 14:47:28 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Thu Mar 5 14:47:28 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/75641074/webapp/app/partials/query/query.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/query/query.html b/webapp/app/partials/query/query.html
index d559103..25dcf9f 100644
--- a/webapp/app/partials/query/query.html
+++ b/webapp/app/partials/query/query.html
@@ -153,7 +153,7 @@
                     <tr ng-repeat="query in cachedQueries | reverse track by $index"
                         ng-if="$index >= (cachedQueries.curPage-1)*cachedQueries.perPage && $index < cachedQueries.curPage*cachedQueries.perPage">
                         <td>
-                            <span style="color: #808080;line-height: 25px">Queried At: {{query.savedAt}} </span><span ng-if="query.project">in Project: {{query.project}}</span></span>
+                            <span style="color: #808080;line-height: 25px">Queried At: {{query.savedAt}} </span><span ng-if="query.project">in Project: {{query.project}}</span>
 
                             <div class="pull-right">
                                 <button class="btn btn-default btn-xs" ng-click="submitQuery(query.sql, query.project)"><i class="fa fa-refresh"></i>