diff --git a/AppImage/components/system-logs.tsx b/AppImage/components/system-logs.tsx
index 095fb8a..af11127 100644
--- a/AppImage/components/system-logs.tsx
+++ b/AppImage/components/system-logs.tsx
@@ -866,7 +866,7 @@ export function SystemLogs() {
{displayedLogs.map((log, index) => (
{
if (log.isEvent) {
setSelectedEvent(log.eventData)
@@ -958,7 +958,7 @@ export function SystemLogs() {
{backups.map((backup, index) => (
{
setSelectedBackup(backup)
setIsBackupModalOpen(true)
@@ -1011,7 +1011,7 @@ export function SystemLogs() {
{notifications.map((notification, index) => (
{
setSelectedNotification(notification)
setIsNotificationModalOpen(true)
diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx
index 7181b55..77a88b0 100644
--- a/AppImage/components/virtual-machines.tsx
+++ b/AppImage/components/virtual-machines.tsx
@@ -503,7 +503,7 @@ export function VirtualMachines() {
return (
handleVMClick(vm)}
>
@@ -607,6 +607,10 @@ export function VirtualMachines() {
)}
+
+ {typeBadge.label}
+
+
{/* Name and ID */}