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.
2 parents bcd0fe9 + 62e9971 commit b73da64Copy full SHA for b73da64
src/ansiblecmdb/data/tpl/html_fancy.tpl
@@ -41,7 +41,7 @@ if columns is not None:
41
## Column functions
42
##
43
<%def name="col_name(host)">
44
- <a href="#${jsonxs(host, 'name')}["name"]}">${jsonxs(host, "name")}</a>
+ <a href="#${jsonxs(host, 'name')}">${jsonxs(host, "name")}</a>
45
</%def>
46
<%def name="col_dtap(host)">
47
${jsonxs(host, 'hostvars.dtap', default='')}
0 commit comments