Add frontend integration
This commit is contained in:
parent
da4cc739da
commit
7f194d09dd
|
|
@ -103,6 +103,9 @@ export function usePartFields({
|
|||
setVirtual(value);
|
||||
}
|
||||
},
|
||||
consumable: {
|
||||
default: false
|
||||
},
|
||||
locked: {},
|
||||
active: {},
|
||||
starred: {
|
||||
|
|
|
|||
|
|
@ -549,6 +549,11 @@ export default function PartDetail() {
|
|||
name: 'virtual',
|
||||
label: t`Virtual Part`
|
||||
},
|
||||
{
|
||||
type: 'boolean',
|
||||
name: 'consumable',
|
||||
label: t`Consumable Part`
|
||||
},
|
||||
{
|
||||
type: 'boolean',
|
||||
name: 'starred',
|
||||
|
|
|
|||
Loading…
Reference in New Issue