Skip to content

Commit

Permalink
Fix missing title in Storm UI introduced by last PR on (STORM-3958
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Vermeerbergen authored and rzo1 committed Nov 7, 2023
1 parent d7af11f commit 62e6b81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 62e6b81

Please sign in to comment.