LSP: on the Overview page
- Last 5 recent errors in the logs - Enabled and disabled protocol list
This commit is contained in:
parent
109366e81c
commit
8ec2f6ac90
2 changed files with 144 additions and 28 deletions
13
lsp/main.css
13
lsp/main.css
|
@ -848,6 +848,19 @@ button.return:before {
|
|||
color: rgba(0,0,0,0.8);
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.logs {
|
||||
text-indent: 0;
|
||||
}
|
||||
.logs > div {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
}
|
||||
.logs > div > * {
|
||||
margin-right: 1em;
|
||||
}
|
||||
.logs .content > * {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: FuturaICGLight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue