Project

General

Profile

« Previous | Next » 

Revision 33d9f9ee

Added by Lukas Zapletal over 8 years ago

Fixes #12718 - smart proxy log table

This patch adds a table with logs fetched from Smart Proxy /logs new API. It
returns latest N log entries from a simple memory buffer. The table supports
filtering by level, custom filtering and it introduces several overview
status cards with error/warning counts, failed modules list with latest
known error messages.

View differences:

app/assets/stylesheets/application.scss
max-height: 300px;
overflow-y: auto;
}
.modal-big {
width: 80%;
}
@media screen and (min-width: 768px) {
.modal-big {
width: 70%;
}
}
.pre-scrollable-xy-modal {
overflow: auto;
-ms-word-wrap: normal;
word-wrap: normal;
overflow-wrap: normal;
white-space: pre;
max-height: 200px;
padding: 4px;
}

Also available in: Unified diff