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
parent 0f0a87becf
commit d3773a433a
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}}