mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Remove unneeded rtp_view
This commit is contained in:
parent
da8aa85bde
commit
b3d4a3206e
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ def list_pools():
|
|||
abort(403)
|
||||
connect_proxmox()
|
||||
vms = get_pool_cache(db)
|
||||
return render_template('list_pools.html', user=user, rtp_view=True, vms=vms)
|
||||
return render_template('list_pools.html', user=user, vms=vms)
|
||||
|
||||
@app.route('/isos')
|
||||
@auth.oidc_auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue