You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2017/03/05 12:53:29 UTC

[2/2] kylin git commit: KYLIN-2465 remove invalid tips for streaming cube

KYLIN-2465 remove invalid tips for streaming cube


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

Branch: refs/heads/master
Commit: dd7507a5923a07baff99f72f88a86f74839f56eb
Parents: 20ab0d6
Author: shaofengshi <sh...@apache.org>
Authored: Sun Mar 5 20:53:26 2017 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Sun Mar 5 20:53:26 2017 +0800

----------------------------------------------------------------------
 webapp/app/partials/cubes/streaming_build_tip.html | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/dd7507a5/webapp/app/partials/cubes/streaming_build_tip.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubes/streaming_build_tip.html b/webapp/app/partials/cubes/streaming_build_tip.html
index 80c5875..7cdd2aa 100644
--- a/webapp/app/partials/cubes/streaming_build_tip.html
+++ b/webapp/app/partials/cubes/streaming_build_tip.html
@@ -19,7 +19,5 @@
 <script type="text/ng-template" id="streamingBuild.html">
       <div class="callout callout-info">
         <button type="button" class="close" data-dismiss="alert" ng-click="cancel()">�</button>
-        <h4><i class="fa fa-bullhorn"></i> Tips</h4>
-        Streaming cube build is not supported on UI, click <a href="{{streamingBuildUrl}}" style="color:blue;" target="_blank">here</a> to see how to schedule streaming cube.
     </div>
 </script>