Repository: kylin
Updated Branches:
  refs/heads/master 89b8e14b7 -> 5c2369953


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

Signed-off-by: Jason <jiat...@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/master
Commit: 5c23699533f3d5c32cb34371a5d6c8da661bcd71
Parents: 89b8e14
Author: luguosheng <550175...@qq.com>
Authored: Mon Oct 24 11:34:01 2016 +0800
Committer: Jason <jiat...@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>

Reply via email to