mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Name details (#6752)
* Add "name" details entry to part detail page * Add icon
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user