We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2de74 commit 7511c8fCopy full SHA for 7511c8f
pkg/assets/bindata.go
@@ -9293,7 +9293,7 @@ var y = d.imageStream;
9293
if (!y) return void h.toErrorPage("Cannot create from source: a base image was not specified");
9294
if (!d.imageTag) return void h.toErrorPage("Cannot create from source: a base image tag was not specified");
9295
var z = d.displayName || y;
9296
-a.displayName = d.displayName, a.breadcrumbs = [ {
+a.displayName = d.displayName, a.advancedOptions = "true" === d.advanced, a.breadcrumbs = [ {
9297
title:a.projectName,
9298
link:"project/" + a.projectName
9299
}, {
0 commit comments