Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
  • Loading branch information
torchiaf committed Aug 6, 2024
1 parent 3839a0b commit 9ea14af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/harvester-manager/machine-config/harvester.vue
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ export default {
if (clusterId) {
const url = `/k8s/clusters/${ clusterId }/v1`;
const vGpus = await this.$store.dispatch('cluster/request', { url: `${ url }/${ HCI.VGPU_DEVICE }s` });
const vGpus = await this.$store.dispatch('cluster/request', { url: `${ url }/${ HCI.VGPU_DEVICE }` });
const harvesterCluster = await this.$store.dispatch('cluster/request', { url: `${ url }/harvester/cluster/local` });
let deviceCapacity = {};
Expand Down

0 comments on commit 9ea14af

Please sign in to comment.