diff --git a/resources/views/admin/settings/storage.blade.php b/resources/views/admin/settings/storage.blade.php index 294c84e3..27c8c92a 100644 --- a/resources/views/admin/settings/storage.blade.php +++ b/resources/views/admin/settings/storage.blade.php @@ -1,30 +1,24 @@ @extends('admin.partial.template') -@section('section') -
-

Storage

-
-
+@include('admin.settings.sidebar') -
-
-
-
-
-
- - Used: {{$storage->prettyTotal}} - - - {{$storage->percentUsed}}% Used - - - Free: {{$storage->prettyFree}} - -
-
- -
-@endsection \ No newline at end of file +@section('section') +
+

Storage

+

Filesystem storage stats

+
+
+

+ Feature Unavailable: This feature will be released in v0.9.0. +

+@endsection + +@push('scripts') + +@endpush