pixelfed/resources/views/admin/settings/maintenance.blade.php

14 lines
354 B
PHP
Raw Normal View History

2018-08-24 01:04:20 +00:00
@extends('admin.partial.template')
2019-02-11 00:18:28 +00:00
@include('admin.settings.sidebar')
2018-08-24 01:04:20 +00:00
2019-02-11 00:18:28 +00:00
@section('section')
<div class="title">
<h3 class="font-weight-bold">Maintenance</h3>
<p class="lead">Enable maintenance mode</p>
</div>
<hr>
<p class="alert alert-warning">
2019-06-05 00:19:41 +00:00
<strong>Feature Unavailable:</strong> This feature will be released in a future version.
2019-02-11 00:18:28 +00:00
</p>
2018-08-24 01:04:20 +00:00
@endsection