summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/views.py')
-rw-r--r--ogcp/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/views.py b/ogcp/views.py
index 5496daf..bb9eaeb 100644
--- a/ogcp/views.py
+++ b/ogcp/views.py
@@ -162,7 +162,7 @@ def index():
disk = images_response.json()['disk']
oglive_list = g.server.get('/oglive/list').json()
return render_template('dashboard.html', clients=clients,
- images=images, disk=disk,
+ images=images, disk=disk, colsize="6",
oglive_list=oglive_list)
@app.route('/login', methods=['GET', 'POST'])