Mercurial > hg > orthanc-dicomweb
changeset 335:487fca2fa5e2
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 22 Jun 2019 11:17:30 +0200 |
parents | b995fc9156de |
children | 9257352fbcf9 |
files | WebApplication/index.html |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/WebApplication/index.html Fri Jun 21 18:29:26 2019 +0200 +++ b/WebApplication/index.html Sat Jun 22 11:17:30 2019 +0200 @@ -169,9 +169,7 @@ <h1>Series</h1> </div> <div class="row" v-show="showSeries"> - <b-pagination v-model="currentPage" :per-page="perPage" :total-rows="seriesCount"></b-pagination> - <b-table striped hover :current-page="currentPage" :per-page="perPage" - :items="series" :fields="seriesFields" :fixed="false"> + <b-table striped hover :items="series" :fields="seriesFields" :fixed="false"> <template slot="operations" slot-scope="data"> <b-button @click="OpenSeriesPreview(data.item)" title="Preview"> <i class="fa fa-eye"></i>