diff --git a/client_assets.php b/client_assets.php index 7cfda0c1..94ff9615 100644 --- a/client_assets.php +++ b/client_assets.php @@ -69,7 +69,7 @@ if(isset($_GET['o'])){ if(isset($_GET['type']) && ($_GET['type']) == 'workstations'){ $type_query = "asset_type = 'desktop' OR asset_type = 'laptop'"; }elseif(isset($_GET['type']) && ($_GET['type']) == 'servers'){ - $type_query = "asset_type = 'servers'"; + $type_query = "asset_type = 'server'"; }elseif(isset($_GET['type']) && ($_GET['type']) == 'virtual'){ $type_query = "asset_type = 'Virtual Machine'"; }elseif(isset($_GET['type']) && ($_GET['type']) == 'network'){ @@ -161,9 +161,15 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); "> Name + Type + + Make/Model + + Serial Number + Operating System @@ -306,9 +312,15 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); ?> + + + + + +