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

[PUI] Fix for hovering in parameteric part table (#7933)

* Fix for hovering in parameteric part table

- Visual glitches are now gone

* Prevent editing of template field
This commit is contained in:
Oliver
2024-08-20 13:13:36 +10:00
committed by GitHub
parent 7cbaeb159e
commit dbe12c2c53
6 changed files with 89 additions and 55 deletions

View File

@ -27,6 +27,7 @@ import {
IconCornerUpRightDouble,
IconCurrencyDollar,
IconDots,
IconEdit,
IconExclamationCircle,
IconExternalLink,
IconFileUpload,
@ -109,6 +110,7 @@ const icons = {
units: IconRulerMeasure,
keywords: IconTag,
status: IconInfoCircle,
edit: IconEdit,
info: IconInfoCircle,
exclamation: IconExclamationCircle,
details: IconInfoCircle,