Include client key in disabled probe list email

This commit is contained in:
Lance Edgar 2018-09-11 18:42:00 -05:00
parent aa98257448
commit ab38143039
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@
<h3>Disabled Probes</h3>
<ul>
% for probe in disabled_probes:
<li>${probe}</li>
<li>${probe} (for client: ${probe.client.config_key})</li>
% endfor
</ul>
% endif