Skip to content

Commit

Permalink
ui: fix missing Offender data in expanded row
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Kurz authored and pevma committed May 15, 2024
1 parent 35671ca commit c55e8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/config/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ENDPOINT = {
},
DASHBOARD_PANEL_NO_FILTER: {
name: 'Fetch dashboard panel',
url: '/rest/rules/es/fields_stats/:datesEs:tenant',
url: '/rest/rules/es/fields_stats/:datesEs:tenant:eventTypes',
},
FIELD_STATS: {
name: 'Fetch Elasticsearch field stats',
Expand Down

0 comments on commit c55e8fd

Please sign in to comment.