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:
parent
0f0a87becf
commit
d3773a433a
3 changed files with 26 additions and 7 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue