fix link back to hcp not showing up (#14812)

This commit is contained in:
Michael Klein 2022-09-30 20:32:02 +02:00 committed by GitHub
parent eb5713ccbc
commit 0af2c3639e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ ${
<script src="${rootURL}assets/consul-nspaces/routes.js"></script>
{{end}}
{{if .HCPEnabled}}
<script src="${rootURL}assets/consul-hcp/services.js"></script>
<script src="${rootURL}assets/consul-hcp/routes.js"></script>
{{end}}
`