Skip to content

Commit

Permalink
Update failed integration drawer template name (RedHatInsights#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-duval authored Nov 24, 2023
1 parent a4a2277 commit 0258e5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ public List<String> migrate() {
// Integrations
createDrawerIntegrationTemplate(
warnings, "console", "integrations", List.of(INTEGRATION_FAILED_EVENT_TYPE),
"Integrations/failedIntegrationBody", "html", "Integrations failed integration drawer body"
"Integrations/failedIntegrationDrawerBody", "html", "Integrations failed integration drawer body"
);

createDrawerIntegrationTemplate(
warnings, "console", "integrations", List.of(INTEGRATION_DISABLED_EVENT_TYPE),
"Integrations/integrationDisabledBody", "html", "Integrations disabled integration drawer body"
"Integrations/integrationDisabledDrawerBody", "html", "Integrations disabled integration drawer body"
);

// Inventory
Expand Down

0 comments on commit 0258e5a

Please sign in to comment.