Remove unneeded rtp_view

This commit is contained in:
Joe Abbate 2022-09-07 16:31:14 -04:00
parent da8aa85bde
commit b3d4a3206e
No known key found for this signature in database
GPG key ID: 7F1CC23828058430

View file

@ -208,7 +208,7 @@ def list_pools():
abort(403) abort(403)
connect_proxmox() connect_proxmox()
vms = get_pool_cache(db) 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') @app.route('/isos')
@auth.oidc_auth @auth.oidc_auth