Repository: storm Updated Branches: refs/heads/master 9c20d1039 -> 1852b7c90
Nitpicky cosmetic change - use "Uptime" instead of "UpTime" as is done elsewhere on this page. Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8f7d25c1 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8f7d25c1 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8f7d25c1 Branch: refs/heads/master Commit: 8f7d25c159d450b0549cb1cbbfcca71b2889e758 Parents: f5a3942 Author: Vitaliy Fuks <[email protected]> Authored: Wed Aug 16 15:20:25 2017 +0000 Committer: Vitaliy Fuks <[email protected]> Committed: Wed Aug 16 15:20:25 2017 +0000 ---------------------------------------------------------------------- storm-core/src/ui/public/templates/index-page-template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/8f7d25c1/storm-core/src/ui/public/templates/index-page-template.html ---------------------------------------------------------------------- diff --git a/storm-core/src/ui/public/templates/index-page-template.html b/storm-core/src/ui/public/templates/index-page-template.html index 68adb51..f1f8e66 100644 --- a/storm-core/src/ui/public/templates/index-page-template.html +++ b/storm-core/src/ui/public/templates/index-page-template.html @@ -87,7 +87,7 @@ <span data-toggle="tooltip" data-placement="top" title="Storm version this nimbus host is running.">Version</span> </th> <th> - <span data-toggle="tooltip" data-placement="left" title="Time since this nimbus host has been running.">UpTime</span> + <span data-toggle="tooltip" data-placement="left" title="Time since this nimbus host has been running.">Uptime</span> </th> </tr> </thead>
