mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added Custom Export Modal to trips
This commit is contained in:
@@ -78,7 +78,7 @@ if(isset($_GET['type']) && ($_GET['type']) == 'workstation'){
|
||||
$type_query = "asset_type NOT LIKE 'laptop' AND asset_type NOT LIKE 'desktop' AND asset_type NOT LIKE 'server' AND asset_type NOT LIKE 'virtual machine' AND asset_type NOT LIKE 'firewall/router' AND asset_type NOT LIKE 'switch' AND asset_type NOT LIKE 'access point'";
|
||||
}else{
|
||||
$type_query = "asset_type LIKE '%'";
|
||||
$_GET['type'] = 'all';
|
||||
$_GET['type'] = '';
|
||||
}
|
||||
|
||||
//Rebuild URL
|
||||
|
||||
Reference in New Issue
Block a user