Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ESAP GUI
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
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
ESCAPE WP5
ESAP GUI
Merge requests
!93
Feature/149 jobs frontend
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/149 jobs frontend
feature/149_jobs_frontend
into
master
Overview
14
Commits
7
Pipelines
0
Changes
12
All threads resolved!
Hide all comments
Merged
Klaas Kliffen
requested to merge
feature/149_jobs_frontend
into
master
2 years ago
Overview
14
Commits
7
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Adds an overview of currently running jobs to the frontend
Edited
2 years ago
by
Klaas Kliffen
0
0
Merge request reports
Compare
version 5
version 5
908b90e1
2 years ago
version 4
6b90dcff
2 years ago
version 3
46e506a7
2 years ago
version 2
dea325fa
2 years ago
version 1
713f315d
2 years ago
master (base)
and
latest version
latest version
4b423848
7 commits,
2 years ago
version 5
908b90e1
6 commits,
2 years ago
version 4
6b90dcff
3 commits,
2 years ago
version 3
46e506a7
3 commits,
2 years ago
version 2
dea325fa
2 commits,
2 years ago
version 1
713f315d
1 commit,
2 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/jobs/JobList.jsx
+
1
−
1
Options
@@ -39,7 +39,7 @@ const JobList = () => {
...
prev
,
jobs
:
data
.
results
,
count
:
data
.
count
,
page
:
1
,
page
:
page
?
page
:
1
,
pages
:
data
.
pages
,
loading
:
false
}));
Loading