Simon Hunt

Fix broken reference in uitopo archetype.

Change-Id: I3584a3bcb2dfdc0a9e04f4dacccbe2e25d0555b3
......@@ -23,7 +23,7 @@ import org.onosproject.ui.UiTopoOverlay;
import org.onosproject.ui.topo.ButtonId;
import org.onosproject.ui.topo.PropertyPanel;
import org.onosproject.ui.topo.TopoConstants.CoreButtons;
import org.onosproject.ui.topo.GlyphConstants.CROWN;
import org.onosproject.ui.GlyphConstants.CROWN;
import static org.onosproject.ui.topo.TopoConstants.Properties.FLOWS;
import static org.onosproject.ui.topo.TopoConstants.Properties.INTENTS;
......
......@@ -70,7 +70,7 @@
// firewall, balancer, ips, ids,
// controller, virtual, other
// NOTE: when adding glyphs, please also update TopoConstants.Glyphs class.
// NOTE: when adding glyphs, please also update GlyphConstants class.
tableFrame = 'M6.3,5.3h8.5v14.2h-8.5z' +
'M95.3,5.3h8.5v14.2h-8.5z' +
......