Add revison column to BO table (#9580)

This commit is contained in:
gunstr 2025-04-25 01:39:39 +02:00 committed by GitHub
parent c41760a500
commit ee29e6aa7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@ export function BuildOrderTable({
switchable: true,
title: t`IPN`
},
{
accessor: 'part_detail.revision',
title: t`Revision`,
sortable: true
},
{
accessor: 'title',
sortable: false