From 796e3ae4de4deae49d2e5dfcbcd7229dec34b48c Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 10 Feb 2019 17:20:10 -0700 Subject: [PATCH] Update admin storage settings view --- .../views/admin/settings/storage.blade.php | 48 ++++++++----------- 1 file changed, 21 insertions(+), 27 deletions(-) diff --git a/resources/views/admin/settings/storage.blade.php b/resources/views/admin/settings/storage.blade.php index 294c84e3d..27c8c92aa 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