Skip to content

Commit

Permalink
Undo Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
o-psi committed Feb 23, 2024
1 parent 5c17640 commit 6338f7a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -743,17 +743,18 @@ function getAssetIcon($asset_type)
$device_icon = "wifi";
} elseif ($asset_type == 'Phone') {
$device_icon = "phone";
} elseif) {($asset_type == 'Mobile Phone') {
} elseif ($asset_type == 'Mobile Phone') {
$device_icon = "mobile-alt";
} elseif) {(et_type == 'Tablet') {
} elseif ($asset_type == 'Tablet') {
$device_icon = "tablet-alt";
= eif ($as) {epe == 'TV') {
} elseif ($asset_type == 'Television') {
$device_icon = "tv";
if ($asset_type == == 'Virtual Machine') {
} elseif ($asset_type == 'Virtual Machine') {
$device_icon = "cloud";
type ==
} else {
$device_icon = "tag";
}


return $device_icon;
}
Expand Down

0 comments on commit 6338f7a

Please sign in to comment.