Commit 2ab3c5c
authored
chore: rename column in site explorer report (#2592)
## Description
Change "Preingt State" label in forge-admin-cli site-explorer
get-report-endpoint => "Pre-ingestion State".
`| Preingt State | Serial Number | Last Exploration Error |
`
The other column headers are all spelled out, "Preingt" isn't obvious in
meaning and so spell it out, too.
## Type of Change
<!-- Check one that best describes this PR -->
- [ ] **Add** - New feature or capability
- [ ] **Change** - Changes in existing functionality
- [ X] **Fix** - Bug fixes
- [ ] **Remove** - Removed features or deprecated functionality
- [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.)
## Related Issues (Optional)
<!-- If applicable, provide GitHub Issue. -->
## Breaking Changes
- [ ] This PR contains breaking changes
<!-- If checked above, describe the breaking changes and migration steps
-->
## Testing
<!-- How was this tested? Check all that apply -->
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [X] Manual testing performed
- [ ] No testing required (docs, internal refactor, etc.)
## Additional Notes
After the change:
`| Pre-ingestion State | Serial Number | Last Exploration Error |`
Signed-off-by: Syd Logan <sydneyl@nvidia.com>1 parent 356dd0b commit 2ab3c5c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
| 461 | + | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| |||
0 commit comments