We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 614f9a8 + 43d8b12 commit e3530d8Copy full SHA for e3530d8
web/src/main/webapp/common/services/server-map-dao.service.js
@@ -71,7 +71,9 @@
71
to: query.to,
72
originTo: query.originTo,
73
filter: query.filter,
74
- limit: cfg.FILTER_FETCH_LIMIT
+ limit: cfg.FILTER_FETCH_LIMIT,
75
+ callerRange: query.callerRange,
76
+ calleeRange: query.calleeRange
77
};
78
if ( isNaN( parseInt( query.serviceTypeName ) ) ) {
79
data.serviceTypeName = query.serviceTypeName;
0 commit comments