From 973b8fc0693a522aa699009226af77a08909a923 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 10 Feb 2019 17:14:54 -0700 Subject: [PATCH] Update admin backup settings view --- .../views/admin/settings/backups.blade.php | 72 ++----------------- 1 file changed, 6 insertions(+), 66 deletions(-) diff --git a/resources/views/admin/settings/backups.blade.php b/resources/views/admin/settings/backups.blade.php index 7aa6ceba4..aff9a5695 100644 --- a/resources/views/admin/settings/backups.blade.php +++ b/resources/views/admin/settings/backups.blade.php @@ -1,74 +1,14 @@ @extends('admin.partial.template') +@include('admin.settings.sidebar') + @section('section')

Site Backups

+

Enable automatic backups, stored locally or S3/Spaces/Wasabi


-
-
-
-
Settings
-
-
-
- -
- - -
- - Enable automated backups with your own strategy. - -
-
- - - - Select the backup frequency. - -
-
- - - - You can use local, S3, or any S3 compatible object storage API to store backups. - -
-
-
-
-
-
-
-
Current Backups
-
- @foreach($files as $file) - @if($file->isFile()) -
  • -

    {{$file->getFilename()}}

    -

    - - Size: {{App\Util\Lexer\PrettyNumber::convert($file->getSize())}} - - - Created: {{\Carbon\Carbon::createFromTimestamp($file->getMTime())->diffForHumans()}}

    - -

    -
  • - @endif - @endforeach -
    -
    - -
    -
    +

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

    @endsection \ No newline at end of file