We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50b86a commit 8bf8367Copy full SHA for 8bf8367
1 file changed
ui/src/views/compute/DeployVM.vue
@@ -387,8 +387,10 @@
387
:status="zoneSelected ? 'process' : 'wait'"
388
v-if="zone && zone.networktype !== 'Basic'">
389
<template #description>
390
- <div v-if="zoneSelected" style="margin-top: 10px">
391
- {{ $t('message.network.selection') }}
+ <div v-if="zoneSelected" style="margin-top: 5px">
+ <div style="margin-bottom: 10px">
392
+ {{ $t('message.network.selection') }}
393
+ </div>
394
<div v-if="vm.templateid && templateNics && templateNics.length > 0">
395
<instance-nics-network-select-list-view
396
:nics="templateNics"
0 commit comments