@xen-orchestra/web-core 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,6 @@
1
1
  <template>
2
2
  <div
3
+ v-if="percentage > 0"
3
4
  v-tooltip="{ selector: '.text-ellipsis' }"
4
5
  :class="color"
5
6
  :style="{ width: percentage + '%' }"
@@ -49,6 +49,7 @@
49
49
  "network": "Network",
50
50
  "no-data": "No data",
51
51
  "object-not-found": "Object {id} can't be found…",
52
+ "other": "Other",
52
53
  "patches": "Patches",
53
54
  "power-on-for-console": "Power on your VM to access its console",
54
55
  "running-vm": "Running VM | Running VMs",
@@ -68,5 +69,6 @@
68
69
  "tasks.quick-view.in-progress": "In progress",
69
70
 
70
71
  "total": "Total",
72
+ "total-cpus": "Total CPUs",
71
73
  "vms": "VMs"
72
74
  }
@@ -49,6 +49,7 @@
49
49
  "network": "Réseau",
50
50
  "no-data": "Aucune donnée",
51
51
  "object-not-found": "L'objet {id} est introuvable…",
52
+ "other": "Autre",
52
53
  "patches": "Patches",
53
54
  "power-on-for-console": "Allumez votre VM pour accéder à sa console",
54
55
  "running-vm": "VM en cours d'exécution | VMs en cours d'exécution",
@@ -68,5 +69,6 @@
68
69
  "tasks.quick-view.in-progress": "En cours",
69
70
 
70
71
  "total": "Total",
72
+ "total-cpus": "Total CPUs",
71
73
  "vms": "VMs"
72
74
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xen-orchestra/web-core",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.3.0",
5
5
  "private": false,
6
6
  "exports": {
7
7
  "./*": {