Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Commits
8f375005
Commit
8f375005
authored
1 year ago
by
Johanna Szepanski
Browse files
Options
Downloads
Patches
Plain Diff
CE-2357
-Changed IOC details hits per page to be consistent with other paginated tables
parent
33d66fb8
No related branches found
No related tags found
2 merge requests
!497
CE-2790: Prepare for 4.0.0
,
!429
CE-2357-IOC-details-hits-per-page
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/IOC/IOCDetailsView.js
+2
-2
2 additions, 2 deletions
src/views/IOC/IOCDetailsView.js
with
2 additions
and
2 deletions
src/views/IOC/IOCDetailsView.js
+
2
−
2
View file @
8f375005
...
@@ -42,7 +42,7 @@ export function IOCDetailsView({ ioc, getIOC, abortGetIOC, loading }) {
...
@@ -42,7 +42,7 @@ export function IOCDetailsView({ ioc, getIOC, abortGetIOC, loading }) {
const
[
urlState
,
setUrlState
]
=
useUrlState
(
const
[
urlState
,
setUrlState
]
=
useUrlState
(
{
{
tab
:
"
Status
"
,
tab
:
"
Status
"
,
jobs_rows
:
"
5
"
,
jobs_rows
:
"
20
"
,
jobs_page
:
"
0
"
jobs_page
:
"
0
"
},
},
{
navigateMode
:
"
replace
"
}
{
navigateMode
:
"
replace
"
}
...
@@ -101,7 +101,7 @@ export function IOCDetailsView({ ioc, getIOC, abortGetIOC, loading }) {
...
@@ -101,7 +101,7 @@ export function IOCDetailsView({ ioc, getIOC, abortGetIOC, loading }) {
[
setUrlState
]
[
setUrlState
]
);
);
const
rowsPerPage
=
[
5
,
2
0
];
const
rowsPerPage
=
[
20
,
5
0
];
const
{
pagination
:
jobPagination
,
setPagination
:
setJobPagination
}
=
const
{
pagination
:
jobPagination
,
setPagination
:
setJobPagination
}
=
usePagination
({
usePagination
({
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment