Convert the inventory page to Laravel (#15004)

* Convert the inventory page to Laravel
Fix several XSS issues (hopefully no new ones snuck in)
Small improvement to the SelectController to allow filtering by filterFields()

* style fixes

* Fix lint issues

* Fix part device filter
This commit is contained in:
Tony Murray
2023-04-28 07:51:41 -05:00
committed by GitHub
parent 75f8fe214f
commit 5c25cece48
14 changed files with 345 additions and 208 deletions

10
lang/en/inventory.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
return [
'purge' => 'Purge Non-Existent',
'name' => 'Part Name',
'model' => 'Part No',
'serial' => 'Serial No',
'part' => 'Part',
'all_parts' => 'All Parts',
];