admin: show go-vod clone tag
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/877/head
parent
75881b33d0
commit
181c0423ff
|
@ -17,15 +17,19 @@
|
||||||
{{ binaryStatus('go-vod', status.govod) }}
|
{{ binaryStatus('go-vod', status.govod) }}
|
||||||
</NcNoteCard>
|
</NcNoteCard>
|
||||||
|
|
||||||
|
{{ t('memories', 'If you want to use an external go-vod, make sure you have the correct tag.') }}
|
||||||
|
<br />
|
||||||
|
<code>git clone -b {{ status.govod_want }} https://github.com/pulsejet/go-vod</code>
|
||||||
|
</template>
|
||||||
|
|
||||||
<NcCheckboxRadioSwitch
|
<NcCheckboxRadioSwitch
|
||||||
:disabled="!enableTranscoding"
|
:disabled="!enableTranscoding"
|
||||||
:checked.sync="config['memories.vod.external']"
|
:checked.sync="config['memories.vod.external']"
|
||||||
@update:checked="update('memories.vod.external')"
|
@update:checked="update('memories.vod.external')"
|
||||||
type="switch"
|
type="switch"
|
||||||
>
|
>
|
||||||
{{ t('memories', 'Enable external transcoder (go-vod {version})', { version: status.govod_want }) }}
|
{{ t('memories', 'Enable external transcoder') }}
|
||||||
</NcCheckboxRadioSwitch>
|
</NcCheckboxRadioSwitch>
|
||||||
</template>
|
|
||||||
|
|
||||||
<NcTextField
|
<NcTextField
|
||||||
:disabled="!enableTranscoding"
|
:disabled="!enableTranscoding"
|
||||||
|
|
Loading…
Reference in New Issue