Skip to content

Commit 5b31733

Browse files
authored
Remove ubuntu image version (#4425)
1 parent e241a4c commit 5b31733

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

packages/playground/public/info/full_vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Full Virtual Machine
44

55
Deploy a full virtual machine on Threefold Grid, the full VM allows you to have a complete image with a custom kernel optimized for your own usecase.
66

7-
We provide a few images managed by Threefold like Ubuntu 22.04, and NixOS, but you can still use a custom one. For more details, check [Full Virtual Machine documentation](https://manual.grid.tf/labs/documentation/dashboard/deploy/vm_intro/fullVm).
7+
We provide a few images managed by Threefold like Ubuntu, and NixOS, but you can still use a custom one. For more details, check [Full Virtual Machine documentation](https://manual.grid.tf/labs/documentation/dashboard/deploy/vm_intro/fullVm).
88

99
<br />
1010

packages/playground/public/info/vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Micro Virtual Machine
33
---
44

5-
Deploy a micro virtual machine on Threefold Grid. We provide few images managed by Threefold like Ubuntu 22.04, and NixOS, but you can still use a custom one. For more details, check [Micro Virtual Machine documentation](https://manual.grid.tf/labs/documentation/dashboard/deploy/vm_intro/vm).
5+
Deploy a micro virtual machine on Threefold Grid. We provide few images managed by Threefold like Ubuntu, and NixOS, but you can still use a custom one. For more details, check [Micro Virtual Machine documentation](https://manual.grid.tf/labs/documentation/dashboard/deploy/vm_intro/vm).
66

77
<br />
88

packages/playground/src/views/vms_view.vue

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<template>
22
<view-layout>
33
<v-card color="primary" class="d-flex justify-center items-center mb-4 pa-3 text-center">
4-
<v-icon size="30" class="pr-3">
5-
mdi-television
6-
</v-icon>
7-
<v-card-title class="pa-0">
8-
Virtual Machines
9-
</v-card-title>
4+
<v-icon size="30" class="pr-3"> mdi-television </v-icon>
5+
<v-card-title class="pa-0"> Virtual Machines </v-card-title>
106
</v-card>
117
<ApplicationCards :cards="cards" />
128
</view-layout>
@@ -34,7 +30,7 @@ export default {
3430
{
3531
title: "Micro Virtual Machine",
3632
excerpt:
37-
"Deploy a micro virtual machine on Threefold Grid. We provide few images managed by Threefold like Ubuntu 22.04, and NixOS, but you can still use a custom one.",
33+
"Deploy a micro virtual machine on Threefold Grid. We provide few images managed by Threefold like Ubuntu, and NixOS, but you can still use a custom one.",
3834
icon: "vm.png",
3935
route: DashboardRoutes.VirtualMachines.MicroVirtualMachine,
4036
},

0 commit comments

Comments
 (0)