Skip to content

Commit

Permalink
Merge pull request #502 from grycap/input_map
Browse files Browse the repository at this point in the history
Fix k8s image
  • Loading branch information
micafer authored Feb 16, 2024
2 parents fee742c + 389401f commit 619459d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/advanced_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ <h5>Cloud Provider:</h5>
} else {
document.getElementById('imageID').setAttribute("placeholder", "Image ID");
}
if (cred_type == 'OSCAR') {
// OSCAR do not set images
if (cred_type in ['OSCAR', 'Kubernetes']) {
// OSCAR or K8s do not set images
$('#cloudImages').hide();
activateSubmit();
} else {
Expand Down

0 comments on commit 619459d

Please sign in to comment.