Skip to content

Commit 2ab3c5c

Browse files
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

File tree

  • crates/admin-cli/src/site_explorer/get_report

crates/admin-cli/src/site_explorer/get_report/cmd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ fn convert_endpoints_to_nice_table(endpoints: &[ExploredEndpoint]) -> Box<Table>
458458
"BMC Mac Address",
459459
"Vendor",
460460
"MachineId",
461-
"Preingt State",
461+
"Pre-ingestion State",
462462
"Serial Number",
463463
"Last Exploration Error",
464464
];

0 commit comments

Comments
 (0)