displaying assigned domain quota

adding the amount of assigned domain quota to the disk usage display as potentially used disk space
This commit is contained in:
heavygale
2019-09-29 17:45:36 +02:00
parent 8b453ab803
commit 1e6a032d1e
5 changed files with 51 additions and 12 deletions

View File

@@ -44,4 +44,14 @@ tbody {
.container-indicator {
width: 15px;
height: 15px;
}
}
.disk_space {
margin-top: 20px;
}
.progress-bar-committed {
background-color: #B6E1F2;
}
.usage-info {
display: inline-block;
margin-right: 5px;
}