Update first time setup flow; update strings, include strings from figma
This commit is contained in:
parent
9937cc8884
commit
4c25aeabf9
23 changed files with 1451 additions and 245 deletions
|
|
@ -19,11 +19,6 @@
|
|||
|
||||
|
||||
<label class="label is-large">Services</label>
|
||||
|
||||
<div class="field checkbox" style="display: none">
|
||||
{{ wtf.form_bool_field(form.enable_map_viewer) }}
|
||||
<p class="help butter-form-margin">Whether map services are enabled.</p>
|
||||
</div>
|
||||
<div class="field checkbox">
|
||||
{{ wtf.form_bool_field(form.enable_chat) }}
|
||||
<p class="help butter-form-margin">Whether Matrix chat services are enabled.</p>
|
||||
|
|
@ -36,10 +31,7 @@
|
|||
{{ wtf.form_bool_field(form.enable_file_viewer) }}
|
||||
<p class="help butter-form-margin">Whether files services via USB are enabled.</p>
|
||||
</div>
|
||||
<div class="field checkbox" style="display: none">
|
||||
{{ wtf.form_bool_field(form.enable_app_store) }}
|
||||
<p class="help">Whether app store services are enabled.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<hr>
|
||||
<label class="label is-large">Branding and name</label>
|
||||
|
|
@ -49,11 +41,6 @@
|
|||
<p class="help">This is the name shown in the UI.
|
||||
Current name: {{ get_setting('butterbox_name') }}, accessed at {{ get_setting('butterbox_name') }}.local.</p>
|
||||
</div>
|
||||
<div class="field">
|
||||
{{ wtf.form_input_field(form.butterbox_hostname, form.butterbox_hostname.errors) }}
|
||||
<p class="help">This is the URL used to access the box by adding .local in your browser.
|
||||
Current hostname: {{ get_setting('butterbox_hostname') }}.local.</p>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label class="label">{{ form.butterbox_logo.label }} </label>
|
||||
<div class="control block">{{ form.butterbox_logo(class='label', style="width: 280px") }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue