1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-11-30 19:38:30 +00:00

Removed list of mounted routes at startup by default, with option to add it back. This would get annoying when starting the server frequently, because it printed ~130 lines of mostly useless info

This commit is contained in:
Daniel García 2019-02-13 00:03:16 +01:00
commit d3773a433a
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
3 changed files with 26 additions and 7 deletions

View file

@ -89,9 +89,7 @@
<input class="form-check-input conf-{{type}}" type="checkbox" id="input_{{name}}"
name="{{name}}" {{#if value}} checked {{/if}}>
{{#if default}}
<label class="form-check-label" for="input_{{name}}"> Default: {{default}} </label>
{{/if}}
</div>
</div>
{{/case}}