pixelfed/pixelfed

View on GitHub
resources/views/admin/settings/backups.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('admin.partial.template')

@include('admin.settings.sidebar')

@section('section')
  <div class="title">
    <h3 class="font-weight-bold">Site Backups</h3>
    <p class="lead">Enable automatic backups, stored locally or S3/Spaces/Wasabi</p>
  </div>
  <hr>
  <p class="alert alert-warning">
    <strong>Feature Unavailable:</strong> This feature will be released in a future version.
  </p>
@endsection