Simon Hunt

Fix broken reference in uitopo archetype (take 3).

Change-Id: I4c28be671d3111ee7015523cdd2845c0d5f6c5c3
......@@ -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.GlyphConstants.CROWN;
import org.onosproject.ui.GlyphConstants;
import static org.onosproject.ui.topo.TopoConstants.Properties.FLOWS;
import static org.onosproject.ui.topo.TopoConstants.Properties.INTENTS;
......@@ -56,7 +56,7 @@ public class AppUiTopovOverlay extends UiTopoOverlay {
@Override
public void modifySummary(PropertyPanel pp) {
pp.title(MY_TITLE)
.typeId(CROWN)
.typeId(GlyphConstants.CROWN)
.removeProps(
TOPOLOGY_SSCS,
INTENTS,
......