added ability for user to eject and change iso

This commit is contained in:
Jordan Rodgers 2017-12-06 18:59:44 -05:00
parent ba36af7dd5
commit dd98c600e2
5 changed files with 171 additions and 17 deletions

View file

@ -65,6 +65,22 @@ table, th, td {
margin-top: 5px;
}
.proxstar-ejectbtn {
width: 20px;
height: 20px;
text-align: center;
padding: 0px 1px 0px 0px;
border-radius: 15px;
}
.proxstar-changebtn {
width: 20px;
height: 20px;
text-align: center;
padding: 0px 0px 0px 1px;
border-radius: 15px;
}
.resource-usage {
width: 50%;
margin: 0 auto;