Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4eaee414

Přidáno uživatelem Lukáš Vlček před téměř 3 roky(ů)

Admin documents table widths changed

Zobrazit rozdíly:

webapp/pages/documents/admin/index.tsx
365 365
            title: 'Anotátoři',
366 366
            dataIndex: 'annotatingUsers',
367 367
            key: 'annotatingUsers',
368
            width: '30%',
368
            width: '20%',
369 369
            render: (
370 370
                columnData: DocumentUserInfo[],
371 371
                record: DocumentListInfo,
......
390 390
            key: 'action',
391 391
            dataIndex: ['id', 'name'],
392 392
            align: 'center' as 'center',
393
            width: '5%',
393
            width: '10%',
394 394
            // @ts-ignore
395 395
            render: (text, row) => (
396 396
                <Button
......
406 406
            title: 'Finální verze dokumentu',
407 407
            key: 'final',
408 408
            dataIndex: ['id', 'finalizedExists'],
409
            width: '15%',
409
            width: '20%',
410 410
            // @ts-ignore
411 411
            render: (text, row) =>
412 412
                row.finalizedExists ? (

Také k dispozici: Unified diff