diff --git a/resources/views/admin/settings/system.blade.php b/resources/views/admin/settings/system.blade.php index 992d65de7..ac6b1e6db 100644 --- a/resources/views/admin/settings/system.blade.php +++ b/resources/views/admin/settings/system.blade.php @@ -1,39 +1,115 @@ @extends('admin.partial.template') +@include('admin.settings.sidebar') + @section('section')

System

+

System information


+

STACK

-
+
-

{{$sys['pixelfed']}}

+

{{$sys['pixelfed']}}

- -
- -
-
-

{{$sys['mysql']}}

-
- -
+ +
-
+
+
+
+

{{$sys['mysql']}}

+
+ +
+
+
+
+
+

{{$sys['php']}}

+
+ +
+
+
-

{{$sys['php']}}

+

{{$sys['redis']}}

- -
-
-
-

{{$sys['redis']}}

-
- +
-@endsection \ No newline at end of file +
+

LATEST RELEASE

+
+
+
+ Loading... +
+
+
+
+
+
+

0.0.0

+
+
+

+

+

+
+
+
+
+
+@endsection + +@push('styles') + +@endpush + +@push('scripts') + + +@endpush \ No newline at end of file