Compare commits
No commits in common. "18134a3ee1f4ea6e3d60e5467e80d6a1d32eb391" and "b04c2e242f113dbeeaa8861089e8df14a2acfb52" have entirely different histories.
18134a3ee1
...
b04c2e242f
@ -352,10 +352,7 @@ class AdminSystem {
|
||||
return head + `
|
||||
<div class="sys-storage-summary sys-storage-summary-empty">
|
||||
<span>${msg}</span>
|
||||
<button type="button" class="sys-storage-cta" data-sys-storage title="Open the full storage breakdown">
|
||||
<svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21.21 15.89A10 10 0 1 1 8 2.83"/><path d="M22 12A10 10 0 0 0 12 2v10z"/></svg>
|
||||
Open storage breakdown
|
||||
</button>
|
||||
<button type="button" class="sys-storage-more" data-sys-storage>Open storage breakdown →</button>
|
||||
</div>`;
|
||||
}
|
||||
const C = window.LPCharts;
|
||||
@ -384,10 +381,7 @@ class AdminSystem {
|
||||
<div class="sys-storage-srows">${rows}</div>
|
||||
<div class="sys-storage-summary-foot">
|
||||
<span class="sys-storage-recl-pill">${this.bytes(recl)} reclaimable${reclPct ? ` · ${reclPct}% of total` : ''}</span>
|
||||
<button type="button" class="sys-storage-cta" data-sys-storage title="Open the full storage breakdown">
|
||||
<svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21.21 15.89A10 10 0 1 1 8 2.83"/><path d="M22 12A10 10 0 0 0 12 2v10z"/></svg>
|
||||
View storage breakdown
|
||||
</button>
|
||||
<button type="button" class="sys-storage-more" data-sys-storage>View storage breakdown →</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user