add proper confirmations, add resource usage indicators, add authorization check, change routes to be more consistent

This commit is contained in:
Jordan Rodgers 2017-12-05 01:22:20 -05:00
parent 16974eec39
commit a2278f59db
10 changed files with 1451 additions and 89 deletions

1065
static/css/circle.css Normal file

File diff suppressed because it is too large Load diff

View file

@ -65,3 +65,8 @@ table, th, td {
margin-bottom: 5px;
margin-top: 5px;
}
.resource-usage {
width: 50%;
margin: 0 auto;
}