summaryrefslogtreecommitdiff
path: root/web/src/containers/job
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/containers/job')
-rw-r--r--web/src/containers/job/JobVariant.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/containers/job/JobVariant.jsx b/web/src/containers/job/JobVariant.jsx
index 5e33e028d..79b14c87e 100644
--- a/web/src/containers/job/JobVariant.jsx
+++ b/web/src/containers/job/JobVariant.jsx
@@ -84,7 +84,7 @@ class JobVariant extends React.Component {
const jobInfos = [
'description', 'context', 'builds', 'status',
- 'parent', 'attempts', 'timeout', 'semaphore',
+ 'parent', 'attempts', 'timeout', 'semaphores',
'nodeset', 'variables', 'override_checkout',
]
jobInfos.forEach(key => {