Add clickable CRITICAL link

Previous commit 9dff1f2af9 added support
for showing loglevel CRITICAL. And now when clicking a loglevel like
ERROR you will see both ERROR and CRITICAL.

But the previous patch forget to add a clickable link for just
CRITICAL messages. This patch adds that.

Change-Id: I472db26dc9f21e0205dbfd0e21c75037d71a07b8
This commit is contained in:
John L. Villalovos 2017-11-15 21:34:49 -08:00
parent 9dff1f2af9
commit 961f35ec3b
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ Display level: [
<a href='?level=AUDIT'>AUDIT</a> |
<a href='?level=TRACE'>TRACE</a> |
<a href='?level=WARNING'>WARNING</a> |
<a href='?level=ERROR'>ERROR</a> ]
<a href='?level=ERROR'>ERROR</a> |
<a href='?level=CRITICAL'>CRITICAL</a> ]
</span>"""
HTML_HEADER_BODY = "\n<pre>"