GUI -- Corrected subnet labels
Change-Id: I9f9fc4c2c251fa1519115ef60485890a4514c751
Showing
1 changed file
with
4 additions
and
3 deletions
... | @@ -32,9 +32,9 @@ | ... | @@ -32,9 +32,9 @@ |
32 | 32 | ||
33 | "load": { | 33 | "load": { |
34 | "sprites": [ | 34 | "sprites": [ |
35 | - { "id": "subnetA", "pos":[250,40], "label":"192.168.2/24", "class":"blue1" }, | 35 | + { "id": "subnetA", "pos":[250,40], "label":"192.168.2.0/24", "class":"blue1" }, |
36 | - { "id": "subnetA", "pos":[-200,400], "label":"192.168.1/24", "class":"gold1" }, | 36 | + { "id": "subnetA", "pos":[-200,400], "label":"192.168.1.0/24", "class":"gold1" }, |
37 | - { "id": "subnetA", "pos":[700,400], "label":"192.168.3/24", "class":"gold1" } | 37 | + { "id": "subnetA", "pos":[700,400], "label":"192.168.3.0/24", "class":"gold1" } |
38 | ], | 38 | ], |
39 | "labels": [ | 39 | "labels": [ |
40 | { "pos":[450,700], "text":"Demo Subnets", "size":1.6 } | 40 | { "pos":[450,700], "text":"Demo Subnets", "size":1.6 } |
... | @@ -42,3 +42,4 @@ | ... | @@ -42,3 +42,4 @@ |
42 | } | 42 | } |
43 | 43 | ||
44 | } | 44 | } |
45 | + | ... | ... |
-
Please register or login to post a comment