diff --git a/addon/components/data-table.hbs b/addon/components/data-table.hbs index fb5d1493..15ce71ae 100644 --- a/addon/components/data-table.hbs +++ b/addon/components/data-table.hbs @@ -67,11 +67,13 @@ {{t "emeis.pagination.previous"}} -
  • + {{#if this.numPages}} +
  • {{this.page}} / {{this.numPages}} -
  • + + {{/if}}