Skip to content

Commit 9f6aee8

Browse files
committed
fix: make PXE copyable on SecureBoot
Fix bug where the PXE script path was not copyable when SecureBoot was enabled. Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
1 parent d7377c5 commit 9f6aee8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

internal/frontend/http/templates/wizard-final.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,9 @@ <h2>{{ t .Localizer "final.extra.vex" }}</h2>
457457
target="_blank">{{ t .Localizer "final.pxe.docs" }}</a>)
458458
{{ end }}
459459
</dt>
460-
<dd>{{ .PlatformMeta.SecureBootPXEScriptPath .Arch | $.PXEBaseURL.JoinPath }}</dd>
460+
<dd>
461+
{{ template "copyable-text" (.PlatformMeta.SecureBootPXEScriptPath .Arch | $.PXEBaseURL.JoinPath) }}
462+
</dd>
461463

462464
{{ else }}
463465
<dt>

0 commit comments

Comments
 (0)