Skip to content
Snippets Groups Projects
Commit e9c30eea authored by Pablo Vazquez's avatar Pablo Vazquez
Browse files

Server: Basic highlighting for Warnings on embedded task log

parent 29fe7b68
No related branches found
No related tags found
No related merge requests found
......@@ -378,3 +378,8 @@ nav.sidebar
&:first-child
padding-top: 5px
&.log-warning
color: darken($color-warning, 25%)
&.log-error
color: $color-danger
......@@ -41,3 +41,5 @@ script.
var url = $(this).attr('href');
getTaskLog(url, item_log);
});
$("p.item-log-line:contains('> Warning:')").addClass('log-warning');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment