summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-01-18 13:55:10 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2020-01-18 13:55:10 +0100
commit252ae3dcd26e63ca77d203765b6c878094469eca (patch)
treed4af5f09121607105c5da73e053d0518780dfbfa /web
parentb96b81000d2625f6db4b080b6c704e4dae1e350f (diff)
downloadzuul-252ae3dcd26e63ca77d203765b6c878094469eca.tar.gz
Add job.override-checkout to rest api
The override-checkout property of a job is currently not exposed via the rest api. Add that to the job serialization and display it in the job tab in the ui. Change-Id: Ia7b7d85095c771f94cddcbb360f1028f77892e0c Story: 2005518 Task: 30637
Diffstat (limited to 'web')
-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 33f7308f0..575688833 100644
--- a/web/src/containers/job/JobVariant.jsx
+++ b/web/src/containers/job/JobVariant.jsx
@@ -85,7 +85,7 @@ class JobVariant extends React.Component {
const jobInfos = [
'description', 'context', 'builds', 'status',
'parent', 'attempts', 'timeout', 'semaphore', 'implied_branch',
- 'nodeset', 'variables',
+ 'nodeset', 'variables', 'override_checkout',
]
jobInfos.forEach(key => {
let label = key