Skip to content

Commit

Permalink
fix(disk) simplify InstanceOverview
Browse files Browse the repository at this point in the history
Signed-off-by: David Edler <[email protected]>
  • Loading branch information
edlerd committed Nov 15, 2024
1 parent d1779dc commit 8bbbace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/instances/InstanceOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const InstanceOverview: FC<Props> = ({ instance }) => {
</Col>
<Col size={7}>
<DeviceListTable
configBaseURL={`/ui/project/${instance.project}/instance/${instance?.name}/configuration`}
configBaseURL={`/ui/project/${instance.project}/instance/${instance.name}/configuration`}
devices={instance.expanded_devices as LxdDevices}
/>
</Col>
Expand Down

0 comments on commit 8bbbace

Please sign in to comment.