commit | a2c90ffc401a6bd97b53833322f1db51833ef571 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Tue Aug 29 10:14:10 2017 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Tue Aug 29 18:32:17 2017 +0000 |
tree | 18bf454c2711e9d9de2a3e9f9848b3014607e0d3 | |
parent | 8810aa4d1fa6177ac0510e962c278de2da7ba777 [diff] |
UI API change fix Change-Id: I9549fe8ce85fd112dd05375bf174390ab0bc40aa (cherry picked from commit 80cb55872714d83ddcb6be4ecc3c90d174747a85)
diff --git a/tools/package/archetypes/uitopo/src/main/resources/archetype-resources/src/main/java/AppUiTopovOverlay.java b/tools/package/archetypes/uitopo/src/main/resources/archetype-resources/src/main/java/AppUiTopovOverlay.java index e4dcce0..4211f90 100644 --- a/tools/package/archetypes/uitopo/src/main/resources/archetype-resources/src/main/java/AppUiTopovOverlay.java +++ b/tools/package/archetypes/uitopo/src/main/resources/archetype-resources/src/main/java/AppUiTopovOverlay.java
@@ -56,7 +56,7 @@ @Override public void modifySummary(PropertyPanel pp) { pp.title(MY_TITLE) - .typeId(GlyphConstants.CROWN) + .glyphId(GlyphConstants.CROWN) .removeProps( TOPOLOGY_SSCS, INTENTS,