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 2016/10/24 22:16:41 UTC

[4/5] kylin git commit: KYLIN-2070 UI changes for allowing concurrent build/refresh/merge done

KYLIN-2070 UI changes for allowing concurrent build/refresh/merge done

Signed-off-by: Jason <ji...@163.com>


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

Branch: refs/heads/KYLIN-1971
Commit: 5c23699533f3d5c32cb34371a5d6c8da661bcd71
Parents: 89b8e14
Author: luguosheng <55...@qq.com>
Authored: Mon Oct 24 11:34:01 2016 +0800
Committer: Jason <ji...@163.com>
Committed: Mon Oct 24 15:42:10 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/5c236995/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 38802ef..909e05e 100755
--- a/webapp/app/partials/cubes/cube_detail.html
+++ b/webapp/app/partials/cubes/cube_detail.html
@@ -98,6 +98,11 @@
             <div ng-repeat="table in cube.hbase">
                 <h5><b>HTable:</b> {{table.tableName}}</h5>
                 <ul>
+                    <li ng-if="cube.streaming">Segment Name: <span class="red">{{table.segmentName}}</span></li>
+                    <li ng-if="cube.streaming">Segment Status: <span class="red">{{table.segmentStatus}}</span></li>
+                    <li ng-if="cube.streaming">Source Count: <span class="red">{{table.sourceCount}}</span></li>
+                    <li ng-if="cube.streaming&&table.sourceOffsetStart>0">SourceOffsetStart: <span class="red">{{table.sourceOffsetStart|reverseToGMT0}}</span></li>
+                    <li ng-if="cube.streaming&&table.sourceOffsetEnd>0">SourceOffsetEnd: <span class="red">{{table.sourceOffsetEnd|reverseToGMT0}}</span></li>
                     <li>Region Count: <span class="red">{{table.regionCount}}</span></li>
                     <li>Size: <span class="red">{{table.tableSize | bytes}}</span></li>
                     <li>Start Time: <span class="red">{{table.dateRangeStart | reverseToGMT0}}</span></li>