fix: correct plugin settings registration name and add save button #4
Reference in New Issue
Block a user
Delete Branch "fix/plugin-settings-registration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
'polaris'to'headlamp-polaris-plugin'(matches package.json)displaySaveButton=trueparameterRoot Cause
The plugin name passed to
registerPluginSettings()must match the plugin name frompackage.json. We were using'polaris'but the actual plugin name is'headlamp-polaris-plugin'.Changes
API Signature
According to Headlamp plugin API:
Test Plan
🤖 Generated with Claude Code