This is an automated email from the ASF dual-hosted git repository.
nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/master by this push:
new 6a66518 KYLIN-3956 Segments of not only streaming cube but also batch
cube need to show their status
6a66518 is described below
commit 6a66518858e4b469359cd5398009a460b2749bd8
Author: yaqian.zhang <[email protected]>
AuthorDate: Fri Dec 13 17:24:34 2019 +0800
KYLIN-3956 Segments of not only streaming cube but also batch cube need to
show their status
---
webapp/app/partials/cubes/cube_detail.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapp/app/partials/cubes/cube_detail.html
b/webapp/app/partials/cubes/cube_detail.html
index 17e89b4..b747e84 100755
--- a/webapp/app/partials/cubes/cube_detail.html
+++ b/webapp/app/partials/cubes/cube_detail.html
@@ -109,7 +109,7 @@
<div ng-repeat="table in cube.hbase" class="cube-segment-list"
ng-class="{'cube-broken-segment': table.regionCount === 0}">
<h5><b>Segment:</b> {{table.segmentName}}</h5>
<ul>
- <li ng-if="cube.streaming">Status:
<span>{{table.segmentStatus}}</span></li>
+ <li>Status: <span>{{table.segmentStatus}}</span></li>
<li
ng-if="cube.model.partition_desc.partition_date_column">Start Time:
<span>{{table.dateRangeStart | reverseToGMT0}}</span></li>
<li
ng-if="cube.model.partition_desc.partition_date_column">End Time:
<span>{{table.dateRangeEnd | reverseToGMT0}}</span></li>
<li>Source Count: <span>{{table.sourceCount}}</span></li>