Support setting a custom name for a stream output variant (#64)
* Display+set video stream output variant names * Merge in admin updates * Prettified Code! * Fix build * Prettified Code! Co-authored-by: gabek <gabek@users.noreply.github.com>
This commit is contained in:
@@ -125,6 +125,11 @@ export default function CurrentVariantsTable() {
|
||||
};
|
||||
|
||||
const videoQualityColumns: ColumnsType<VideoVariant> = [
|
||||
{
|
||||
title: 'Name',
|
||||
dataIndex: 'name',
|
||||
render: (name: string) => (!name ? 'No name' : name),
|
||||
},
|
||||
{
|
||||
title: 'Video bitrate',
|
||||
dataIndex: 'videoBitrate',
|
||||
|
||||
Reference in New Issue
Block a user