Improvements to the upload.html file

This commit is contained in:
Brett Williams
2022-10-12 17:30:42 -07:00
parent 2181ce54a2
commit c78c4aee68
2 changed files with 55 additions and 44 deletions

View File

@@ -243,7 +243,8 @@ def default():
@app.route('/upload')
def upload_file_page():
return render_template('upload.html', render_clients=RenderManager.render_clients)
return render_template('upload.html', render_clients=RenderManager.render_clients,
supported_renderers=RenderWorkerFactory.supported_renderers())
def start_server(background_thread=False):