2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 03:30:54 +00:00

[PUI] Details Pages (#6718)

* Add "details" view to SupplierPart page

* Fix PartActions

* Add placeholder for actions

* Add "title" option to DetailsTable

* Add edit form to supplier part page

* Fix link to manufacturer part

* Add "details" view to ManufacturerPartDetail page

* Add edit for ManufacturerPart

* Create new manufacturer part from company table

* Tweak ActionIcon
This commit is contained in:
Oliver
2024-03-15 17:12:53 +11:00
committed by GitHub
parent 57a1a81e9b
commit 160d014e44
7 changed files with 425 additions and 64 deletions

View File

@ -117,12 +117,15 @@ const icons = {
test_templates: IconTestPipe,
related_parts: IconLayersLinked,
attachments: IconPaperclip,
note: IconNotes,
notes: IconNotes,
photo: IconPhoto,
upload: IconFileUpload,
reject: IconX,
select_image: IconGridDots,
delete: IconTrash,
packaging: IconPackage,
packages: IconPackages,
// Part Icons
active: IconCheck,