Change direct link to hotlink

This commit is contained in:
2021-09-27 23:20:35 +02:00
parent 4ab8ecdce0
commit 141c7eab84
3 changed files with 26 additions and 38 deletions

View File

@@ -155,11 +155,11 @@ onDestroy(() => {
<div id="storage_progress" class="progress_bar_inner" style="width: {storage_percent*100}%;"></div>
</div>
<br/>
Direct link bandwidth:
Hotlink bandwidth:
{formatDataVolume(direct_link_bandwidth_used, 3)}
out of
{formatDataVolume(window.user.subscription.direct_linking_bandwidth, 3)}
(<a href="/#direct_linking">More information about direct linking</a>)
(<a href="/#hotlinking">More information about hotlinking</a>)
<br/>
<div class="progress_bar_outer">
<div id="direct_bandwidth_progress" class="progress_bar_inner" style="width: {direct_link_percent*100}%;"></div>