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) }}
|
||||
</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
|
||||
:disabled="!enableTranscoding"
|
||||
:checked.sync="config['memories.vod.external']"
|
||||
@update:checked="update('memories.vod.external')"
|
||||
type="switch"
|
||||
>
|
||||
{{ t('memories', 'Enable external transcoder (go-vod {version})', { version: status.govod_want }) }}
|
||||
{{ t('memories', 'Enable external transcoder') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
</template>
|
||||
|
||||
<NcTextField
|
||||
:disabled="!enableTranscoding"
|
||||
|
|
Loading…
Reference in New Issue