You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2016/06/21 01:09:50 UTC

[2/3] storm git commit: STORM-1136: Addressing review comment.

STORM-1136: Addressing review comment.


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

Branch: refs/heads/1.x-branch
Commit: 3e571c3b0f800737681f4a43bd523d90b9c69536
Parents: c0a706a
Author: Priyank <ps...@hortonworks.com>
Authored: Thu Jun 9 12:02:14 2016 -0700
Committer: Priyank <ps...@hortonworks.com>
Committed: Mon Jun 20 17:28:11 2016 -0700

----------------------------------------------------------------------
 storm-core/src/ui/public/topology.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/3e571c3b/storm-core/src/ui/public/topology.html
----------------------------------------------------------------------
diff --git a/storm-core/src/ui/public/topology.html b/storm-core/src/ui/public/topology.html
index bb11933..60b68f5 100644
--- a/storm-core/src/ui/public/topology.html
+++ b/storm-core/src/ui/public/topology.html
@@ -69,6 +69,7 @@
   <div class="row">
     <div id="topology-stats" class="col-md-12"></div>
   </div>
+  <!-- This gets populated only if the spouts lag data is available. Currently only kafka spout is supported-->
   <div class="row">
     <div id="topology-spouts-lag" class="col-md-12"></div>
   </div>