client-app/app/templates/index.hbs in logster-2.16.0 vs client-app/app/templates/index.hbs in logster-2.17.0
- old
+ new
@@ -1,5 +1,9 @@
<div id="top-panel">
+ <BackToSiteLink
+ @path={{this.backToSiteLinkPath}}
+ @text={{this.backToSiteLinkText}}
+ />
<div id="log-table">
{{#if this.model.moreBefore}}
<div {{on "click" this.showMoreBefore}} class="show-more">
{{#if this.model.hideCountInLoadMore}}
Load more
\ No newline at end of file