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