Added Custom Export Modal to trips

This commit is contained in:
johnnyq
2022-01-22 18:08:21 -05:00
parent 270120c7fc
commit ee8739c763
5 changed files with 64 additions and 17 deletions

View File

@@ -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