mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
add db parameter for get_pool
This commit is contained in:
parent
85a5e74a6b
commit
423e5ad119
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ def create():
|
|||
limits = get_user_usage_limits(db, user)
|
||||
percents = get_user_usage_percent(proxmox, user, usage, limits)
|
||||
isos = get_isos(proxmox, app.config['PROXMOX_ISO_STORAGE'])
|
||||
pools = get_pools(proxmox)
|
||||
pools = get_pools(proxmox, db)
|
||||
return render_template(
|
||||
'create.html',
|
||||
username=user,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue