chore(cost-report): add status column & update design#5966
Merged
yuda110 merged 2 commits intocloudforet-io:developfrom Jun 30, 2025
Merged
chore(cost-report): add status column & update design#5966yuda110 merged 2 commits intocloudforet-io:developfrom
yuda110 merged 2 commits intocloudforet-io:developfrom
Conversation
Signed-off-by: yuda <yuda@megazone.com>
Signed-off-by: yuda <yuda@megazone.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Contributor
|
🎉 @piggggggggy has been randomly selected as the reviewer! Please review. 🙏 |
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new "Status" column to the cost report views and updates language packs and design elements accordingly. Key changes include:
- Adding translation keys for "ADJUSTING" and "EXPIRED" report statuses in multiple language packs.
- Updating UI components (tables and notifications) to display and style the new status data.
- Extending the API type CostReportStatus to include the "EXPIRED" state.
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/language-pack/ko.json | Added new keys for adjusting and expired report statuses |
| packages/language-pack/ja.json | Added new keys for adjusting and expired report statuses |
| packages/language-pack/en.json | Added new keys for adjusting and expired report statuses |
| packages/language-pack/console-translation-2.8.babel | Introduced new concept nodes for adjusting and expired report statuses |
| apps/web/src/services/cost-explorer/components/CostReportReportsTab.vue | Added status column and functions to determine status icon and color, with styling for expired rows |
| apps/web/src/common/pages/CostReportDetailPage.vue | Added notification for non-DONE statuses using warning title and description from translations |
| apps/web/src/api-clients/cost-analysis/cost-report/schema/type.ts | Extended the CostReportStatus type to include the "EXPIRED" status |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Skip Review (optional)
style,chore,ci,test,docs)Description (optional)