rows
This commit is contained in:
parent
4c72d2fe19
commit
fc5d2f57bf
1 changed files with 2 additions and 3 deletions
|
|
@ -187,7 +187,6 @@ page_container %}
|
|||
rectangle
|
||||
color="warning"
|
||||
outline
|
||||
class="full-width"
|
||||
@click="showDisclaimerDialog"> Warning</q-btn>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -778,7 +777,7 @@ page_container %}
|
|||
pagination: {
|
||||
sortBy: 'date',
|
||||
descending: true,
|
||||
rowsPerPage: 10
|
||||
rowsPerPage: 5
|
||||
},
|
||||
filter: null
|
||||
},
|
||||
|
|
@ -815,7 +814,7 @@ page_container %}
|
|||
// }
|
||||
],
|
||||
pagination: {
|
||||
rowsPerPage: 10
|
||||
rowsPerPage: 5
|
||||
},
|
||||
filter: null
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue