- {html.escape(status_txt)}
+
+ {html.escape(status_txt)}
+ {version_tag}
+
{html.escape(pl_disp)} · {html.escape(hostname)}
·
{err_stat}
·
{warn_stat}
- {filter_chip}
·
- {version_html}
+ {info_stat}
+ ·
+ {ok_stat}
+ {filter_chip}
·
None:
for l in log_text.splitlines()
if not is_log_noise_line(strip_ansi(l))
]
- n_err, n_warn, _n_info, _n_ok, _, _, _, _ = count_status(raw_for_counts)
- del _n_info, _n_ok
+ n_err, n_warn, n_info, n_ok, _, _, _, _ = count_status(raw_for_counts)
+ # n_info/n_ok used by sticky filters when build_html is called below
if args.mode == "redirect":
html_out = build_redirect_html(