Fork pd_web, remove everything we don't need
This commit is contained in:
@@ -60,22 +60,3 @@ Total storage space used:
|
||||
Premium data transfer:
|
||||
(<a href="/user/sharing/bandwidth">set custom limit</a>)
|
||||
<HotlinkProgressBar used={transfer_used} total={transfer_cap}></HotlinkProgressBar>
|
||||
|
||||
<br/>
|
||||
File count (does not apply to filesystem)
|
||||
<ProgressBar total={10000} used={window.user.file_count}></ProgressBar>
|
||||
<div class="gauge_labels">
|
||||
<div>{window.user.file_count}</div>
|
||||
<div>10000</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.gauge_labels {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
line-height: 1em;
|
||||
}
|
||||
.gauge_labels > div {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user