Skip to content

Commit

Permalink
Increase default reports displayed
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Vernin <olivier.vernin@suse.com>
  • Loading branch information
olblak committed Jul 25, 2023
1 parent 019005b commit 5b86550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pipeline/reports.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
data: () => ({
isLoading: true,
pipelines: [],
itemsPerPage: 10,
itemsPerPage: 25,
headers: [
{ title: "State", align: "start", key:'Result'},
{
Expand Down

0 comments on commit 5b86550

Please sign in to comment.