This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Better ellipsizing of long log lines.
pull/193/head
Pēteris Caune
6 years ago
parent
7f6d6dcea1
commit
bee1cbca80
No known key found for this signature in database
GPG Key ID:
E28D7679E9A9EDE2
3 changed files
with
1 additions
and
18 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-14
static/css/log.css
+0
-2
templates/front/details_events.html
+0
-2
templates/front/log.html
+ 1
- 14
static/css/log.css
View File
@ -2,10 +2,6 @@
content
:
" "
;
content
:
" "
;
}
}
#
log-container
{
overflow
:
hidden
;
}
#
log
{
#
log
{
visibility
:
hidden
;
visibility
:
hidden
;
font-size
:
13px
;
font-size
:
13px
;
@ -29,22 +25,13 @@
#
log
.
details
{
#
log
.
details
{
width
:
100
%
;
width
:
100
%
;
}
max-width
:
0
;
#
log
.
details
div
{
width
:
700px
;
white-space
:
nowrap
;
white-space
:
nowrap
;
overflow
:
hidden
;
overflow
:
hidden
;
overflow-x
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
}
}
@
media
(
min-width
:
1200px
)
{
#
log
.
details
div
{
width
:
900px
;
}
}
#
log
.
details
span
.
ua-body
{
#
log
.
details
span
.
ua-body
{
font-family
:
"Lucida Console"
,
Monaco
,
monospace
;
font-family
:
"Lucida Console"
,
Monaco
,
monospace
;
font-size
:
11
.
7px
;
font-size
:
11
.
7px
;
+ 0
- 2
templates/front/details_events.html
View File
@ -17,7 +17,6 @@
{% endif %}
{% endif %}
<
/
td
>
<
/
td
>
<
td
class
=
"details"
>
<
td
class
=
"details"
>
<
div
>
{% if event.scheme == "email" %}
{% if event.scheme == "email" %}
{{ event.ua }}
{{ event.ua }}
<
span
class
=
"ua-body"
>
<
span
class
=
"ua-body"
>
@ -37,7 +36,6 @@
{% endif %}
{% endif %}
<
/
span
>
<
/
span
>
{% endif %}
{% endif %}
<
/
div
>
<
/
td
>
<
/
td
>
<
/
tr
>
<
/
tr
>
{% endif %}
{% endif %}
+ 0
- 2
templates/front/log.html
View File
@ -51,7 +51,6 @@
{% endif %}
{% endif %}
<
/
td
>
<
/
td
>
<
td
class
=
"details"
>
<
td
class
=
"details"
>
<
div
>
{% if event.scheme == "email" %}
{% if event.scheme == "email" %}
{{ event.ua }}
{{ event.ua }}
<
span
class
=
"ua-body"
>
<
span
class
=
"ua-body"
>
@ -74,7 +73,6 @@
{% endif %}
{% endif %}
<
/
span
>
<
/
span
>
{% endif %}
{% endif %}
<
/
div
>
<
/
td
>
<
/
td
>
<
/
tr
>
<
/
tr
>
{% endif %}
{% endif %}
Write
Preview
Loading…
Cancel
Save