Forráskód Böngészése

Merge branch 'main' of https://forgejo.reymota.es/creylopez/virtmanager

Celestino Rey 3 hónapja
szülő
commit
e3c9840f1d
2 módosított fájl, 3 hozzáadás és 3 törlés
  1. 2 2
      src/app/main.py
  2. 1 1
      src/static/index.html

+ 2 - 2
src/app/main.py

@@ -37,7 +37,7 @@ class BootOrder(BaseModel):
     order: list[str]
 
 # Connect to libvirt
-conn = libvirt.open('qemu+ssh://creylopez@192.168.1.116/system')
+conn = libvirt.open('qemu+ssh://creylopez@192.168.1.129/system')
 
 @app.get("/")
 async def root():
@@ -612,4 +612,4 @@ async def delete_snapshot(vm_name: str, snapshot_name: str):
         return {"error": f"Error al eliminar snapshot: {error_msg}"}
     except Exception as e:
         error_msg = str(e)
-        print(f"[SNAPSHOT] Unexpected error: {error_msg}")
+        print(f"[SNAPSHOT] Unexpected error: {error_msg}")

+ 1 - 1
src/static/index.html

@@ -548,7 +548,7 @@
         <div class="sidebar" id="sidebar">
             <div class="sidebar-header">
                 <h4><i class="bi bi-display"></i> VirtManager</h4>
-                <p>Panel de Máquinas Virtuales</p>
+                <p>Virtual Machine Dashboard</p>
             </div>
             
             <div class="sidebar-vms" id="vmList">