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

Added cpu/memory realtime graph.

This commit is contained in:
Ylian Saint-Hilaire 2020-11-15 23:52:42 -08:00
parent cd6d5b12ac
commit 5c9ac190b5
8 changed files with 128 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before After
Before After

View file

@ -692,6 +692,10 @@ body {
float: right;
}
#devListToolbarViewIcons3 {
float: right;
}
#devListToolbarSpan {
width: 100%;
height: 24px;
@ -2803,6 +2807,14 @@ a {
width: 28px;
}
.viewSelector6 {
margin-left: 2px;
margin-top: 2px;
background: url(../images/views.png) -336px 0px;
height: 28px;
width: 28px;
}
.fulldesk .viewSelector5 {
background: url(../images/views.png) -252px 0px;
}