mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
10
lang/en/inventory.php
Normal file
10
lang/en/inventory.php
Normal 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',
|
||||
];
|
Reference in New Issue
Block a user