File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/resources/backendResponses Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jQuery(document).ready(function() {
162
162
generateEIInformationBasedOnList ( [ data . objectHandler ] , "Eiffel Intelligence Backend ObjectHandler Settings" ) ;
163
163
generateEIInformationBasedOnList ( [ data . subscriptionHandler ] , "Eiffel Intelligence Backend SubscriptionHandler Settings" ) ;
164
164
generateEIInformationBasedOnList ( [ data . informSubscription ] , "Eiffel Intelligence Backend InformSubscription Settings" ) ;
165
- generateEIInformationBasedOnList ( [ data . erUrl ] , "Eiffel Intelligence Backend EventRepository Url " ) ;
165
+ generateEIInformationBasedOnList ( [ data . erUrl ] , "End point for downstream/upstream search in EventRepository " ) ;
166
166
generateEIInformationBasedOnList ( [ data . ldap ] , "Eiffel Intelligence Backend LDAP Settings" ) ;
167
167
} ,
168
168
complete : function ( XMLHttpRequest , textStatus ) { }
Original file line number Diff line number Diff line change 50
50
"ttlValue" : 600
51
51
},
52
52
"erUrl" : {
53
- "url" : " http://localhost:8080/search/"
53
+ "url" : " http://localhost:8080/eventrepository/ search/"
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments