api: chore rename outdated reference
This commit is contained in:
@@ -71,7 +71,7 @@ export const HWStep = (props: StepProps<HardwareValues>) => {
|
||||
const hwReportQuery = useQuery(() => ({
|
||||
queryKey: [props.dir, props.machine_id, "hw_report"],
|
||||
queryFn: async () => {
|
||||
const result = await callApi("show_machine_hardware_config", {
|
||||
const result = await callApi("describe_machine_hardware", {
|
||||
machine: {
|
||||
flake: {
|
||||
identifier: props.dir,
|
||||
|
||||
Reference in New Issue
Block a user