mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Show part revision in Build Details panel (#9373)
This commit is contained in:
parent
42dcc01f9d
commit
a6e4742ce4
@ -101,6 +101,14 @@ export default function BuildDetail() {
|
|||||||
hidden: !build.part_detail?.IPN,
|
hidden: !build.part_detail?.IPN,
|
||||||
copy: true
|
copy: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'string',
|
||||||
|
name: 'part_detail.revision',
|
||||||
|
icon: 'revision',
|
||||||
|
label: t`Revision`,
|
||||||
|
hidden: !build.part_detail?.revision,
|
||||||
|
copy: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'status',
|
type: 'status',
|
||||||
name: 'status',
|
name: 'status',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user