mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-06-20 08:32:13 +08:00
organize imports in the front end
This commit is contained in:
@@ -14,7 +14,9 @@ const rawDataToBootOrderSettings = (data: any): BootOrderSettings => ({
|
||||
export default async (uuid: string): Promise<BootOrderSettings> => {
|
||||
const {
|
||||
data: { data },
|
||||
} = await http.get(`/api/client/servers/${uuid}/settings/hardware/boot-order`)
|
||||
} = await http.get(
|
||||
`/api/client/servers/${uuid}/settings/hardware/boot-order`
|
||||
)
|
||||
|
||||
return rawDataToBootOrderSettings(data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user