2
0
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:
Oliver
2021-06-28 21:38:42 +10:00
parent ac7564d069
commit ed2f21f583
2 changed files with 15 additions and 1 deletions

View File

@ -45,6 +45,10 @@
method: 'POST',
title: '{% trans "Edit Part Details" %}',
fields: {
title: {
prefix: `<span class='fas fa-user'></span>`
},
reference: {},
part: {
filters: {
}