This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 62e6b8125 Fix missing title in Storm UI introduced by last PR on
(STORM-3958
62e6b8125 is described below
commit 62e6b812578280154ccc5dbea99f076db679872d
Author: Alexandre Vermeerbergen <[email protected]>
AuthorDate: Sat Nov 4 10:35:41 2023 +0100
Fix missing title in Storm UI introduced by last PR on (STORM-3958
---
.../org/apache/storm/daemon/ui/WEB-INF/templates/title-template.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/storm-webapp/src/main/java/org/apache/storm/daemon/ui/WEB-INF/templates/title-template.html
b/storm-webapp/src/main/java/org/apache/storm/daemon/ui/WEB-INF/templates/title-template.html
index 158dd1eea..a0302e161 100644
---
a/storm-webapp/src/main/java/org/apache/storm/daemon/ui/WEB-INF/templates/title-template.html
+++
b/storm-webapp/src/main/java/org/apache/storm/daemon/ui/WEB-INF/templates/title-template.html
@@ -16,6 +16,6 @@
-->
<script id="title-template" type="text/html">
<div class="ui-title">
- <h1><a href="/">{{ui.title}}</a></h1>
+ <h1><a href="/">{{title}}</a></h1>
</div>
</script>