GUI -- Corrected subnet labels

Change-Id: I9f9fc4c2c251fa1519115ef60485890a4514c751
diff --git a/web/gui/src/main/webapp/data/sprites/demo-clouds.json b/web/gui/src/main/webapp/data/sprites/demo-clouds.json
index f9e249d..98ebc26 100644
--- a/web/gui/src/main/webapp/data/sprites/demo-clouds.json
+++ b/web/gui/src/main/webapp/data/sprites/demo-clouds.json
@@ -32,9 +32,9 @@
 
   "load": {
     "sprites": [
-      { "id": "subnetA", "pos":[250,40], "label":"192.168.2/24", "class":"blue1" },
-      { "id": "subnetA", "pos":[-200,400], "label":"192.168.1/24", "class":"gold1" },
-      { "id": "subnetA", "pos":[700,400], "label":"192.168.3/24", "class":"gold1" }
+      { "id": "subnetA", "pos":[250,40], "label":"192.168.2.0/24", "class":"blue1" },
+      { "id": "subnetA", "pos":[-200,400], "label":"192.168.1.0/24", "class":"gold1" },
+      { "id": "subnetA", "pos":[700,400], "label":"192.168.3.0/24", "class":"gold1" }
     ],
     "labels": [
       { "pos":[450,700], "text":"Demo Subnets", "size":1.6 }
@@ -42,3 +42,4 @@
   }
 
 }
+