Update StreamersForm.vue

This commit is contained in:
Charles-Henri BERNARD 2024-01-31 11:04:02 +01:00 committed by GitHub
parent 460c49b01d
commit 99c288a072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

View File

@ -90,6 +90,27 @@
</template>
</form-group-field>
<form-group-field
v-if="enableAdvancedFeatures"
id="edit_form_backend_dj_port_secondary"
class="col-md-6"
:field="v$.backend_config.dj_port_secondary"
input-type="number"
:input-attrs="{ min: '0' }"
advanced
:label="$gettext('Customize DJ/Streamer Port Secondary')"
>
<template #description>
{{
$gettext('No other program can be using this port. Leave blank to automatically assign a port.')
}}
<br>
{{
$gettext('Note: the port after this one will automatically be used for legacy connections.')
}}
</template>
</form-group-field>
<form-group-field
id="edit_form_backend_dj_buffer"
class="col-md-6"