mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-02 23:02:37 +00:00
Better sizing of stream profiles table
This commit is contained in:
parent
5e2794a62e
commit
b578969b8e
1 changed files with 3 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ const StreamProfiles = () => {
|
|||
{
|
||||
header: 'Name',
|
||||
accessorKey: 'name',
|
||||
size: 150,
|
||||
size: 175,
|
||||
cell: ({ cell }) => (
|
||||
<div
|
||||
style={{
|
||||
|
|
@ -88,7 +88,7 @@ const StreamProfiles = () => {
|
|||
{
|
||||
header: 'Command',
|
||||
accessorKey: 'command',
|
||||
size: 150,
|
||||
size: 100,
|
||||
cell: ({ cell }) => (
|
||||
<div
|
||||
style={{
|
||||
|
|
@ -104,7 +104,7 @@ const StreamProfiles = () => {
|
|||
{
|
||||
header: 'Parameters',
|
||||
accessorKey: 'parameters',
|
||||
// size: 200,
|
||||
grow: true,
|
||||
cell: ({ cell }) => (
|
||||
<Tooltip label={cell.getValue()}>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue