mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-04 20:51:00 +00:00
Display field prefix element in form
This commit is contained in:
@ -45,6 +45,10 @@
|
||||
method: 'POST',
|
||||
title: '{% trans "Edit Part Details" %}',
|
||||
fields: {
|
||||
title: {
|
||||
prefix: `<span class='fas fa-user'></span>`
|
||||
},
|
||||
reference: {},
|
||||
part: {
|
||||
filters: {
|
||||
}
|
||||
|
Reference in New Issue
Block a user