api: chore rename outdated reference

This commit is contained in:
Johannes Kirschbauer
2025-07-07 10:53:32 +02:00
parent 874faad285
commit 0f2fb7302c

View File

@@ -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,