mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update admin config view
This commit is contained in:
parent
095b135f4f
commit
ed1b1e746c
1 changed files with 4 additions and 0 deletions
|
@ -24,7 +24,11 @@
|
|||
<div id="editor">{{$config}}</div>
|
||||
<hr>
|
||||
<div class="d-flex justify-content-between px-3">
|
||||
@if($backup)
|
||||
<button class="btn btn-outline-secondary font-weight-bold py-1 btn-restore">Restore backup .env</button>
|
||||
@else
|
||||
<div></div>
|
||||
@endif
|
||||
<button class="btn btn-primary font-weight-bold py-1 btn-save">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue