Lets do this instead of rewriting a huge portion of code:
What are some additional common asset type we could include by default, even name changes if the current asset type doesnt make sense
This is what we have right now:
$asset_types_array = array (
'Laptop'=>'fa-laptop',
'Desktop'=>'fa-desktop',
'Server'=>'fa-server',
'Phone'=>'fa-phone',
'Mobile Phone'=>'fa-mobile-alt',
'Tablet'=>'fa-tablet-alt',
'Firewall/Router'=>'fa-fire-alt',
'Switch'=>'fa-network-wired',
'Access Point'=>'fa-wifi',
'Printer'=>'fa-print',
'Display'=>'fa-tv',
'Camera'=>'fa-video',
'Virtual Machine'=>'fa-cloud',
'Other'=>'fa-tag'
);