Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #554 from dottorblaster/fix-pacemaker-site-details…
Browse files Browse the repository at this point in the history
…-host-id

Fix Pacemaker Site Details displaying name-related host hrefs
  • Loading branch information
fabriziosestito committed Dec 13, 2021
2 parents 2f481f9 + 48a19c0 commit f12961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/blocks/sites.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{{ template "health_icon" .Health }}
</td>
<td>
<a href='/hosts/{{ .Name }}'>
<a href='/hosts/{{ .ID }}'>
{{ .Name }}
</a>
</td>
Expand Down

0 comments on commit f12961e

Please sign in to comment.