You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/08/31 13:33:43 UTC

[1/2] storm git commit: minor: fix tooltip

Repository: storm
Updated Branches:
  refs/heads/1.0.x-branch 22fc6f2a5 -> 44bfea382


minor: fix tooltip

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

Branch: refs/heads/1.0.x-branch
Commit: 045c01825b3d8d8ffde4bfc82b1771c91bff7267
Parents: 22fc6f2
Author: Xin Wang <be...@163.com>
Authored: Fri Aug 19 15:56:37 2016 +0800
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Aug 31 22:32:39 2016 +0900

----------------------------------------------------------------------
 storm-core/src/ui/public/templates/topology-page-template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/045c0182/storm-core/src/ui/public/templates/topology-page-template.html
----------------------------------------------------------------------
diff --git a/storm-core/src/ui/public/templates/topology-page-template.html b/storm-core/src/ui/public/templates/topology-page-template.html
index 917831a..2329063 100644
--- a/storm-core/src/ui/public/templates/topology-page-template.html
+++ b/storm-core/src/ui/public/templates/topology-page-template.html
@@ -59,7 +59,7 @@
           </span>
         </th>
         <th>
-          <span cdata-toggle="tooltip" data-placement="above" title="Number of nimbus hosts on which this topology's code is replicated. ">
+          <span data-toggle="tooltip" data-placement="above" title="Number of nimbus hosts on which this topology's code is replicated. ">
             Replication count
           </span>
         </th>


[2/2] storm git commit: Merge branch 'pr-1638-1.0.x' into 1.0.x-branch

Posted by ka...@apache.org.
Merge branch 'pr-1638-1.0.x' into 1.0.x-branch


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

Branch: refs/heads/1.0.x-branch
Commit: 44bfea382f7bbb07874fde9faae21116aadf90ff
Parents: 22fc6f2 045c018
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Aug 31 22:33:20 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Aug 31 22:33:20 2016 +0900

----------------------------------------------------------------------
 storm-core/src/ui/public/templates/topology-page-template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------