}
}
if (!byhost && !hostLabels.contains(host + service.serviceType+service.getActionText()))
+ //!hostLabels.contains(host + (bytype ? service.serviceType+service.getActionText() : "")))
{
// add a marker indicating where this service is hosted
// relies on services from the same host being listed in a contiguous
{
atpoint.add(hitm = new JMenuItem(host));
hitm.setForeground(Color.blue);
+ lasthost = host;
}
- hostLabels.addElement(host + service.serviceType+service.getActionText());
+ hostLabels.addElement(host + service.serviceType+service.getActionText() );
+ // hostLabels.addElement(host + (bytype ? service.serviceType+service.getActionText() : ""));
}
msacl.attachWSMenuEntry(atpoint, service, alignFrame);
/*