Browse Source
Merge branch 'Fvbor-patch-1' into main
remotes/upstream/diesel2
Daniel García
2 years ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
2 changed files with
3 additions and
3 deletions
-
src/static/templates/admin/diagnostics.hbs
-
src/static/templates/admin/settings.hbs
|
|
@ -168,8 +168,8 @@ |
|
|
|
<dl class="row"> |
|
|
|
<dd class="col-sm-12"> |
|
|
|
If you need support please check the following links first before you create a new issue: |
|
|
|
<a href="https://vaultwarden.discourse.group/" target="_blank" rel="noreferrer">Vaultwarden Forum</a> |
|
|
|
| <a href="https://github.com/dani-garcia/vaultwarden/discussions" target="_blank" rel="noreferrer">Github Discussions</a> |
|
|
|
<a href="https://vaultwarden.discourse.group/" target="_blank" rel="noreferrer noopener">Vaultwarden Forum</a> |
|
|
|
| <a href="https://github.com/dani-garcia/vaultwarden/discussions" target="_blank" rel="noreferrer noopener">Github Discussions</a> |
|
|
|
</dd> |
|
|
|
</dl> |
|
|
|
<dl class="row"> |
|
|
|
|
|
@ -122,7 +122,7 @@ |
|
|
|
This does not include any configuration or file attachment data that may |
|
|
|
also be needed to fully restore a vaultwarden instance. For details on |
|
|
|
how to perform complete backups, refer to the wiki page on |
|
|
|
<a href="https://github.com/dani-garcia/vaultwarden/wiki/Backing-up-your-vault">backups</a>. |
|
|
|
<a href="https://github.com/dani-garcia/vaultwarden/wiki/Backing-up-your-vault" target="_blank" rel="noopener noreferrer">backups</a>. |
|
|
|
</div> |
|
|
|
<button type="button" class="btn btn-primary" onclick="backupDatabase();">Backup Database</button> |
|
|
|
</div> |
|
|
|