Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
7237b581
Commit
7237b581
authored
Apr 09, 2015
by
Mathieu Giraud
Committed by
Vidjil Team
Apr 09, 2015
Browse files
admin/showlog.html, css: highlight ERROR lines in showlog
parent
3672dbf9
Changes
4
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
7237b581
...
...
@@ -1471,6 +1471,9 @@ table.log {
table
.log
textarea
{
width
:
100%
;
}
.log-ERROR
{
color
:
red
;
}
.loglink
{
color
:
purple
;
text-decoration
:
none
;
...
...
browser/css/light.css
View file @
7237b581
...
...
@@ -1471,6 +1471,9 @@ table.log {
table
.log
textarea
{
width
:
100%
;
}
.log-ERROR
{
color
:
red
;
}
.loglink
{
color
:
purple
;
text-decoration
:
none
;
...
...
browser/css/vidjil.less
View file @
7237b581
...
...
@@ -1669,6 +1669,10 @@ table.log textarea
width: 100%;
}
.log-ERROR {
color: red;
}
.loglink {
color: purple;
text-decoration: none;
...
...
server/web2py/applications/vidjil/views/admin/showlog.html
View file @
7237b581
...
...
@@ -37,7 +37,7 @@
</thead>
{{for line in lines :}}
<tr>
<tr
class=
'log-{{=line["type"]}}'
>
{{ if format: }}
<td>
{{=line["date"]}}
</td>
<td>
{{=line["date2"]}}
</td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment