Reset docker images correctly when changing egg; closes #2895
This commit is contained in:
parent
87e9d5e82a
commit
9193db9d46
3 changed files with 3 additions and 1 deletions
|
@ -120,6 +120,7 @@
|
|||
|
||||
$('#setDefaultImage').html(_.get(objectChain, 'docker_images.0', 'undefined'));
|
||||
const images = _.get(objectChain, 'docker_images', [])
|
||||
$('#pDockerImage').html('');
|
||||
for (let i = 0; i < images.length; i++) {
|
||||
let opt = document.createElement('option');
|
||||
opt.value = images[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue