mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Name details (#6752)
* Add "name" details entry to part detail page * Add icon
This commit is contained in:
parent
303cbb6864
commit
8ccc4fa012
@ -111,7 +111,14 @@ export default function PartDetail() {
|
|||||||
// Construct the details tables
|
// Construct the details tables
|
||||||
let tl: DetailsField[] = [
|
let tl: DetailsField[] = [
|
||||||
{
|
{
|
||||||
type: 'text',
|
type: 'string',
|
||||||
|
name: 'name',
|
||||||
|
label: t`Name`,
|
||||||
|
icon: 'part',
|
||||||
|
copy: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'string',
|
||||||
name: 'description',
|
name: 'description',
|
||||||
label: t`Description`,
|
label: t`Description`,
|
||||||
copy: true
|
copy: true
|
||||||
|
Loading…
Reference in New Issue
Block a user