client-app/app/templates/index.hbs in logster-2.17.0 vs client-app/app/templates/index.hbs in logster-2.17.1

- old
+ new

@@ -1,9 +1,13 @@ -<div id="top-panel"> - <BackToSiteLink - @path={{this.backToSiteLinkPath}} - @text={{this.backToSiteLinkText}} - /> +{{#if this.hasTopMenu}} + <div id="top-menu"> + <BackToSiteLink + @path={{this.backToSiteLinkPath}} + @text={{this.backToSiteLinkText}} + /> + </div> +{{/if}} +<div id="top-panel" class={{if this.hasTopMenu "with-top-menu"}}> <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