We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78a777 commit bcf5ff1Copy full SHA for bcf5ff1
ui/src/views/network/VpcTiersTab.vue
@@ -68,7 +68,7 @@
68
type="dashed"
69
style="margin-bottom: 15px; width: 100%"
70
:disabled="!('deployVirtualMachine' in $store.getters.apis)"
71
- @click="$router.push({ path: '/action/deployVirtualMachine?networkid=' + network.id + '&zoneid=' + network.zoneid })">
+ @click="$router.push({ path: '/action/deployVirtualMachine', query: { networkid: network.id, zoneid: network.zoneid } })">
72
<template #icon><plus-outlined /></template>
73
{{ $t('label.vm.add') }}
74
</a-button>
0 commit comments