Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixes UI
  • Loading branch information
bernardodemarco committed Jul 15, 2025
commit 1fe02f91aa4d9da6d6d491c61cc98d4986e0418d
4 changes: 2 additions & 2 deletions ui/src/views/compute/KubernetesAddNodes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<script>
import { ref, reactive, toRaw } from 'vue'
import { postAPI } from '@/api'
import { getAPI, postAPI } from '@/api'
import TooltipLabel from '@/components/widgets/TooltipLabel'

export default {
Expand Down Expand Up @@ -112,7 +112,7 @@ export default {
callListVms (accountId, domainId) {
return new Promise((resolve) => {
this.volumes = []
postAPI('listVirtualMachines', {
getAPI('listVirtualMachines', {
accountId: accountId,
domainId: domainId,
details: 'min',
Expand Down
Loading