mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Change asset TV to Display, changed Firewall icon to Fire
This commit is contained in:
@@ -211,23 +211,26 @@ $asset_types_array = array (
|
||||
'Phone'=>'fa-phone',
|
||||
'Mobile Phone'=>'fa-mobile-alt',
|
||||
'Tablet'=>'fa-tablet-alt',
|
||||
'Firewall/Router'=>'fa-network-wired',
|
||||
'Firewall/Router'=>'fa-fire-alt',
|
||||
'Switch'=>'fa-network-wired',
|
||||
'Access Point'=>'fa-wifi',
|
||||
'Wireless Access Point'=>'fa-wifi',
|
||||
'Printer'=>'fa-print',
|
||||
'Display'=>'fa-tv',
|
||||
'Camera'=>'fa-video',
|
||||
'TV'=>'fa-tv',
|
||||
'Virtual Machine'=>'fa-cloud',
|
||||
'Other'=>'fa-tag'
|
||||
);
|
||||
|
||||
$software_types_array = array (
|
||||
'SaaS',
|
||||
'Application',
|
||||
'Mobile',
|
||||
'Software as a Service (SaaS)',
|
||||
'Productivity Suites',
|
||||
'Web Application',
|
||||
'Desktop Application',
|
||||
'Mobile Application',
|
||||
'Security Software',
|
||||
'System Software',
|
||||
'Operating System',
|
||||
'Misc'
|
||||
'Other'
|
||||
);
|
||||
|
||||
$license_types_array = array (
|
||||
|
||||
Reference in New Issue
Block a user