Name details (#6752)

* Add "name" details entry to part detail page

* Add icon
This commit is contained in:
Oliver 2024-03-19 15:54:16 +11:00 committed by GitHub
parent 303cbb6864
commit 8ccc4fa012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,14 @@ export default function PartDetail() {
// Construct the details tables
let tl: DetailsField[] = [
{
type: 'text',
type: 'string',
name: 'name',
label: t`Name`,
icon: 'part',
copy: true
},
{
type: 'string',
name: 'description',
label: t`Description`,
copy: true