You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(FR-2833): show deployment ID and use BooleanTag for public access (#7285)
Resolves#7284 ([FR-2833](https://lablup.atlassian.net/browse/FR-2833))
## Summary
- Display deployment global ID via `BAIId` next to the deployment name in the overview, with the name shown via copyable `BAIText`.
- Replace `CheckOutlined`/`CloseOutlined` icons with `BooleanTag` for the OpenToPublic field for a consistent, color-coded boolean indicator.
- Reorder overview fields so DesiredReplicas appears before Tags, matching the modal order.
- In `DeploymentSettingModal`, reorder fields (Name → Replicas → Tags → OpenToPublic) and give the OpenToPublic form item a proper label with a localized "Public" checkbox text.
- Add `general.ID` and `deployment.Public` i18n keys across all 22 supported languages.
## Test plan
- [ ] Open a deployment detail page; verify the overview shows the deployment name (copyable) followed by its global ID.
- [ ] Verify OpenToPublic renders as a `BooleanTag` instead of an icon.
- [ ] Verify field order in the overview: Name (ID) → Project → Domain → EndpointUrl → OpenToPublic → DesiredReplicas → Tags.
- [ ] Open the deployment Setting modal; verify field order: Name → Replicas → Tags → OpenToPublic with a "Public" label/checkbox.
- [ ] Verify both new i18n keys render in English and Korean (and at least one other language).
[FR-2833]: https://lablup.atlassian.net/browse/FR-2833?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
0 commit comments