admin: hide VA-API status if external
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/888/head
parent
19a4db3ee5
commit
bdf39678ed
|
@ -18,12 +18,13 @@
|
||||||
'Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration.',
|
'Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration.',
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
<br />
|
||||||
{{ t('memories', 'For more details on driver installation, check the documentation:') }}
|
{{ t('memories', 'For more details on driver installation, check the documentation:') }}
|
||||||
<a target="_blank" href="https://memories.gallery/hw-transcoding/#va-api">
|
<a target="_blank" href="https://memories.gallery/hw-transcoding/#va-api">
|
||||||
{{ t('memories', 'External Link') }}
|
{{ t('memories', 'External Link') }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<NcNoteCard :type="vaapiStatusType" v-if="status">
|
<NcNoteCard :type="vaapiStatusType" v-if="status && !config['memories.vod.external']">
|
||||||
{{ vaapiStatusText }}
|
{{ vaapiStatusText }}
|
||||||
</NcNoteCard>
|
</NcNoteCard>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue