CreateImageWizard: Set initial status correctly
This commit is contained in:
parent
9a590a946e
commit
005c0d783a
1 changed files with 3 additions and 1 deletions
|
|
@ -153,7 +153,9 @@ class CreateImageWizard extends Component {
|
|||
api.composeImage(request).then(response => {
|
||||
let compose = {};
|
||||
compose[response.id] = {
|
||||
status: 'request sent',
|
||||
image_status: {
|
||||
status: 'pending',
|
||||
},
|
||||
distribution: request.distribution,
|
||||
architecture: request.image_requests[0].architecture,
|
||||
image_type: request.image_requests[0].image_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue