diff --git a/oyster/templates/base.html b/oyster/templates/base.html index 5a402af..dd17f28 100644 --- a/oyster/templates/base.html +++ b/oyster/templates/base.html @@ -13,6 +13,7 @@ table { border-spacing: 0px; margin-top: 20px; } th { border-bottom: 2px solid black; } a.button { padding: 0.5em 1em 0.5em 1em; border: 2px solid black; font-weight: bold; } + tbody tr.error td { background-color: #ff99a9 } /* div.heading { border-bottom: 3px solid white; } */ diff --git a/oyster/templates/logs.html b/oyster/templates/logs.html index f8d7eaf..e3c2cbe 100644 --- a/oyster/templates/logs.html +++ b/oyster/templates/logs.html @@ -6,8 +6,8 @@ Oyster Logs {% block body %} -
action | description | timestamp | +||
---|---|---|---|---|
{% if log.error %}{{log.error}}{% endif %} | +||||
{{log.action}} | {{log.url}} | {{log.timestamp}} | +{% if log.error %}{{log.error}}{% endif %} |