Integration management
Component-composed provider catalog, detail, connected inventory, configuration recovery, and mobile states.
Workspace integration operations
Provider discovery, detail, connection records, configuration recovery, and narrow catalog pressure.
Complete screen
Repair Slack integration
Slack is still authorized, but its notification destination needs to be repaired.
Repair Slack configuration
Update the delivery destination and webhook settings to resume notifications.
Notifications cannot be delivered
Choose a destination, use an HTTPS webhook URL, and select a supported event.
Viewport
Ruby
test/dummy/app/components/gallery/compositions/integration_management_page.rbworkspace_surface do
render_header
case state
when "catalog", "mobile"
render_catalog
when "detail"
render_provider_detail
when "connected"
render_connected
when "config-error"
render_configuration(invalid: true)
end
end