Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Feb 12, 2024
1 parent 6109d38 commit da1db07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/showroom-single-pod/files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{{- end }}
{{- if eq .Values.webconsole.setup "true" }}
<div id="webconsole_tab" class="tabcontent">
<iframe id="codeserver" src="https://console-openshift-console.{{ .Values.deployer.domain }}" width="100%" style="border:none;"></iframe>
<iframe id="webconsole" src="https://console-openshift-console.{{ .Values.deployer.domain }}" width="100%" style="border:none;"></iframe>
</div>
{{- end }}
</div>
Expand Down

0 comments on commit da1db07

Please sign in to comment.