Skip to content

Commit

Permalink
add Last Backup Date
Browse files Browse the repository at this point in the history
  • Loading branch information
ValT78 committed Mar 28, 2024
1 parent 7e7458d commit 2d67cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/proxmox_api/controllers/default_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def get_vm_id(vmid): # noqa: E501
status = proxmox.get_proxmox_vm_status(vmid, node)
type = dbfct.get_vm_type(vmid)
created_on = get_vm_created_on(vmid)
last_backup_date = proxmox.get_vm_last_backup_date(vmid)
last_backup_date = proxmox.get_vm_last_backup_date(vmid, node)

(vmConfig, response) = proxmox.get_vm_config(vmid, node)
#print("get_vm_config for " , vmid , " took ")
Expand Down

0 comments on commit 2d67cd4

Please sign in to comment.