client-app/app/templates/index.hbs in logster-2.14.0 vs client-app/app/templates/index.hbs in logster-2.15.0

- old
+ new

@@ -10,9 +10,13 @@ more {{/if}} </div> {{/if}} + {{#if this.loading}} + <div class="loading"></div> + {{/if}} + {{#each this.model.rows as |row|}} <MessageRow @model={{row}} @selectRow={{fn this.selectRowAction row}} /> {{/each}} </div> </div> \ No newline at end of file