open app on resolved policy
[groupbasedpolicy.git] / groupbasedpolicy-ui / module / src / main / resources / gbp / common / topology / next_topology.service.js
index 4b18baaaae85733b5c621470789cc4873d45d637..f9e5dd9497267e98f8e209fe8abe32dde98bcdb7 100644 (file)
@@ -16,7 +16,8 @@ define(['next-ui'], function () {
                         scalable: true,
                         nodeConfig: {
                             label: 'model.label',
-                            iconType: 'model.icon',
+                            //iconType: 'model.icon',
+                            iconType: 'unlinked',
                             color: function (node, model) {
                                 return topoColors.getItem('forwarding-box');
                             }