Skip to content

Commit

Permalink
Fix k8s image
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 16, 2024
1 parent 72da964 commit 389401f
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 389401f

Please sign in to comment.