Uh oh!
There was an error while loading. Please reload this page.
fix: rename resources:get column title to Container - #147
Conversation
📋 PR Summary Renames the user-facing "App or service" label to "Container" in two legacy PHP commands: the Changes
|
There was a problem hiding this comment.
Pull request overview
This PR updates the legacy PHP resources:get command’s table output to use “Container” as the column header for the service column, aligning the displayed terminology with container-profile/resource sizing concepts used by the command.
Changes:
- Renamed the
resources:gettable header label for theservicecolumn from “App or service” to “Container”.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
bojanz
commented
Aug 11, 2026
@vitolkachova |
There was a problem hiding this comment.
Note
Reviewed — No new blocking findings · 1 minor point
🔍 Full review · 2 files reviewed
🔵 Minor points
Not blocking, and no threads opened for these.
general— This rename to 'Container' is applied to resources:get and resources:set, but the closely relatedautoscaling:getcommand (legacy/src/Command/Autoscaling/AutoscalingSettingsGetCommand.php:25) still labels the same column 'App or service'. Users comparing output across these commands will see inconsistent terminology for the same concept.
Review details
- Commit:163fb39
- Model: claude-opus-4-8
- Panel: none
Uh oh!
There was an error while loading. Please reload this page.
No description provided.