kylin git commit: KYLIN 2769 Non partitioned cube not show start and end time
Repository: kylin Updated Branches: refs/heads/master 511de715f -> a536e7a16 KYLIN 2769 Non partitioned cube not show start and end time Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/a536e7a1 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/a536e7a1 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/a536e7a1 Branch: refs/heads/master Commit: a536e7a164e11f39f14311af3ed753e79e1d8d2a Parents: 511de71 Author: chenzhx <346839...@qq.com> Authored: Sun Jul 30 17:14:07 2017 +0800 Committer: chenzhx <346839...@qq.com> Committed: Sun Jul 30 18:06:52 2017 +0800 -- webapp/app/partials/cubes/cube_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- http://git-wip-us.apache.org/repos/asf/kylin/blob/a536e7a1/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 4319b94..0113c12 100755 --- a/webapp/app/partials/cubes/cube_detail.html +++ b/webapp/app/partials/cubes/cube_detail.html @@ -103,8 +103,8 @@ Segment: {{table.segmentName}} Status: {{table.segmentStatus}} -Start Time: {{table.dateRangeStart | reverseToGMT0}} -End Time: {{table.dateRangeEnd | reverseToGMT0}} +Start Time: {{table.dateRangeStart | reverseToGMT0}} +End Time: {{table.dateRangeEnd | reverseToGMT0}} Source Count: {{table.sourceCount}} HBase Table: {{table.tableName}} Region Count: {{table.regionCount}}
kylin git commit: KYLIN 2769 Non partitioned cube not show start and end time
Repository: kylin Updated Branches: refs/heads/2.1.x c40944e1a -> 0a383dcf7 KYLIN 2769 Non partitioned cube not show start and end time Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/0a383dcf Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/0a383dcf Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/0a383dcf Branch: refs/heads/2.1.x Commit: 0a383dcf70896080503eae0d0844c2b9dca0a163 Parents: c40944e Author: chenzhx <346839...@qq.com> Authored: Sun Jul 30 17:14:07 2017 +0800 Committer: chenzhx <346839...@qq.com> Committed: Sun Jul 30 17:14:50 2017 +0800 -- webapp/app/partials/cubes/cube_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- http://git-wip-us.apache.org/repos/asf/kylin/blob/0a383dcf/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 4319b94..0113c12 100755 --- a/webapp/app/partials/cubes/cube_detail.html +++ b/webapp/app/partials/cubes/cube_detail.html @@ -103,8 +103,8 @@ Segment: {{table.segmentName}} Status: {{table.segmentStatus}} -Start Time: {{table.dateRangeStart | reverseToGMT0}} -End Time: {{table.dateRangeEnd | reverseToGMT0}} +Start Time: {{table.dateRangeStart | reverseToGMT0}} +End Time: {{table.dateRangeEnd | reverseToGMT0}} Source Count: {{table.sourceCount}} HBase Table: {{table.tableName}} Region Count: {{table.regionCount}}