overhaul of rtp view, added simple caching, added rrd graphs

This commit is contained in:
Jordan Rodgers 2017-12-13 17:08:57 -05:00
parent b9e5236f0a
commit 2b69443930
10 changed files with 229 additions and 72 deletions

View file

@ -105,6 +105,37 @@ table, th, td {
}
.usage-limit {
width: 80%;
margin: 0px auto;
}
.rrd-graph {
width: 800px;
height: 200px;
padding-top: 10px;
padding-bottom: 10px;
}
.profile {
float: left;
width: 35%;
height: 60px;
}
.profile-img {
max-width: 100%;
max-height: 100%;
}
.progress {
margin-top: 2px;
margin-bottom: 0px;
float: right;
width: 85%;
height: 12px;
}
.resource-bar {
width: 60%;
float: right;
padding-bottom: 2px;
}