Skip to content

Commit

Permalink
add disks page description
Browse files Browse the repository at this point in the history
  • Loading branch information
0oM4R committed Jun 12, 2023
1 parent eeb3feb commit 01e4550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/playground/src/weblets/full_vm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
</template>

<template #disks>
<div class="text-subtitle-1 text-medium-emphasis">Add disks to your deployment</div>
<ExpandableLayout v-model="disks" @add="addDisk" #="{ index }">
<p class="text-h6 mb-4">Disk #{{ index + 1 }}</p>
<input-validator
Expand Down
1 change: 1 addition & 0 deletions packages/playground/src/weblets/micro_vm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
</template>

<template #disks>
<div class="text-subtitle-1 text-medium-emphasis">Add disks to your deployment</div>
<ExpandableLayout v-model="disks" @add="addDisk" #="{ index }">
<p class="text-h6 mb-4">Disk #{{ index + 1 }}</p>
<input-validator
Expand Down

0 comments on commit 01e4550

Please sign in to comment.