GUI change to colorcode the controller
diff --git a/web/js/onos-topology.js b/web/js/onos-topology.js
index 4e9dce1..57016c4 100644
--- a/web/js/onos-topology.js
+++ b/web/js/onos-topology.js
@@ -232,6 +232,7 @@
 	    if (d.group == 1){return "red";}
 	    else if (d.group == 2){return "blue";}
 	    else if (d.group == 3){return "green";}
+	    else if (d.group == 4){return "orange";}
 	    else{ return "gray"; }
 	});
 
@@ -315,6 +316,7 @@
 	    if (d.group == 1){return "red";}
 	    else if (d.group == 2){return "blue";}
 	    else if (d.group == 3){return "green";}
+	    else if (d.group == 3){return "orange";}
 	    else{ return "gray"; }
 	});
 //	text.attr("x", function(d) { return d.x; }).attr("y", function(d) { return d.y; });