diff --git a/src/public/js/ui/storage.js b/src/public/js/ui/storage.js index eed01450c..a1ffe8cf7 100644 --- a/src/public/js/ui/storage.js +++ b/src/public/js/ui/storage.js @@ -324,16 +324,16 @@ PulseApp.ui.storage = (() => { }; thead.innerHTML = ` - - Storage - Content - Type - Shared - + + Storage + Content + Type + Shared + Usage${sortIndicator('usage-desc')}${sortIndicator('usage-asc')} - Avail - Total + Avail + Total `; table.appendChild(thead);