diff --git a/client_service_view_modal.php b/client_service_view_modal.php
index c6676728..aadc7b1a 100644
--- a/client_service_view_modal.php
+++ b/client_service_view_modal.php
@@ -41,7 +41,7 @@
}
?>
-
@@ -69,18 +69,16 @@
if(!empty($networks)){ ?>
Networks
- $network[0] (VLAN $network[1])";
+ $network = explode(":", $network);
+ echo "- $network[0] (VLAN $network[1])
";
}
- // Not showing/haven't added explicitly linked networks - can't see a need for a network that doesn't have an asset on it?
- // Can add at a later date if there is a use case for this
?>
-
@@ -110,7 +108,7 @@
$location";
+ echo "$location";
}
?>
@@ -284,14 +282,14 @@
}
?>
-
-
-
-
+
+
+
+
+
-
-
\ No newline at end of file
+
\ No newline at end of file