Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
code-review: #2
Browse files Browse the repository at this point in the history
  • Loading branch information
adr-mo committed Mar 8, 2021
1 parent 11452de commit 72a7d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class MonitoringResourceController extends AbstractController
'statuses',
'hostgroup_ids',
'servicegroup_ids',
'monitoringserver_ids',
'monitoring_server_ids',
];

public const FILTER_RESOURCES_ON_PERFORMANCE_DATA_AVAILABILITY = 'only_with_performance_data';
Expand Down
2 changes: 1 addition & 1 deletion www/front_src/src/Resources/Listing/api/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const buildResourcesEndpoint = (parameters: ListResourcesProps): string => {
{ name: 'statuses', value: parameters.statuses },
{ name: 'hostgroup_ids', value: parameters.hostGroupIds },
{ name: 'servicegroup_ids', value: parameters.serviceGroupIds },
{ name: 'monitoringserver_ids', value: parameters.monitoringServerIds },
{ name: 'monitoring_server_ids', value: parameters.monitoringServerIds },
{
name: 'only_with_performance_data',
value: parameters.onlyWithPerformanceData,
Expand Down

0 comments on commit 72a7d84

Please sign in to comment.