1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added server tracing dialog in web app.

This commit is contained in:
Ylian Saint-Hilaire 2019-08-22 15:31:39 -07:00
parent 57c3b61e37
commit de26e8370d
14 changed files with 317 additions and 198 deletions

View file

@ -838,7 +838,7 @@ NoMeshesPanel img {
color: gray;
}
#p3events, #p16events, #p31events {
#p3events, #p16events, #p31events, #p41events {
height: calc(100vh - 245px);
overflow-y: scroll;
}
@ -2539,4 +2539,14 @@ a {
border-radius:4px;
padding:6px;
box-shadow: 0px 0px 15px #666;
}
.traceEvent {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 3px 3px 3px 0;
padding: 3px;
border-radius: 3px;
background-color: #DDD;
}