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

incubator-kylin git commit: Kylin-813 show segment start/end time at tab Hbase

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.8.0 07a264e6d -> edfbc00c5


Kylin-813 show segment start/end time at tab Hbase


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

Branch: refs/heads/0.8.0
Commit: edfbc00c50e9ca7e1868073b207b12071e77bb8e
Parents: 07a264e
Author: jiazhong <ji...@ebay.com>
Authored: Thu Jun 4 14:28:10 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Thu Jun 4 14:28:10 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/edfbc00c/webapp/app/partials/cubes/cube_detail.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubes/cube_detail.html b/webapp/app/partials/cubes/cube_detail.html
index ae1ed5b..dd0ea7c 100755
--- a/webapp/app/partials/cubes/cube_detail.html
+++ b/webapp/app/partials/cubes/cube_detail.html
@@ -125,6 +125,8 @@
                 <ul>
                     <li>Region Count: <span class="red">{{table.regionCount}}</span></li>
                     <li>Size: <span class="red">{{table.tableSize | bytes:2}}</span></li>
+                    <li>Start Time <span class="red">{{table.dateRangeStart | reverseToGMT0}}</span></li>
+                    <li>End Time: <span class="red">{{table.dateRangeEnd | reverseToGMT0}}</span></li>
                 </ul>
             </div>
             <div ng-if="cubesManager.currentCube.hbase">