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

[PUI] Small tweaks (#6868)

* Add "customer" detail to StockDetail page

* Hide completed tests field if not needed

* Fix "build" and "consumed_by" fields

* Fix icon

* Fix breadcrumb URLs

- Remove hard-coded strings
- Fix broken links

* Add serial icon

* More breadcrumb updates

* useMemo to simplify filters drawer
This commit is contained in:
Oliver
2024-03-27 17:21:15 +11:00
committed by GitHub
parent 4059d9ffeb
commit c2a9b0252a
8 changed files with 47 additions and 16 deletions

View File

@ -104,6 +104,8 @@ const icons = {
variants: IconVersions,
allocations: IconBookmarks,
bom: IconListTree,
build: IconTools,
build_order: IconTools,
builds: IconTools,
used_in: IconStack2,
manufacturers: IconBuildingFactory2,
@ -170,6 +172,7 @@ const icons = {
quantity: IconNumbers,
progress: IconProgressCheck,
reference: IconHash,
serial: IconHash,
website: IconWorld,
email: IconMail,
phone: IconPhone,