2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-16 01:36:29 +00:00

Adding icons for forms (#4381)

This commit is contained in:
Oliver
2023-02-21 13:57:10 +11:00
committed by GitHub
parent 62455199f3
commit a2b55314cb
2 changed files with 18 additions and 6 deletions

View File

@@ -311,7 +311,9 @@ function stockItemFields(options={}) {
icon: 'fa-layer-group',
},
status: {},
expiry_date: {},
expiry_date: {
icon: 'fa-calendar-alt',
},
purchase_price: {
icon: 'fa-dollar-sign',
},
@@ -324,7 +326,9 @@ function stockItemFields(options={}) {
link: {
icon: 'fa-link',
},
owner: {},
owner: {
icon: 'fa-user',
},
delete_on_deplete: {},
};