Commit 566e74c4 by Kálmán Viktor

dashboard: 2 cols on certain resolutions

parent 7d96e460
......@@ -8,27 +8,27 @@
<div class="row">
{% if perms.vm %}
<div class="col-lg-4 col-md-6">
<div class="col-lg-4 col-sm-6">
{% include "dashboard/index-vm.html" %}
</div>
{% endif %}
<div class="col-lg-4 col-md-6">
<div class="col-lg-4 col-sm-6">
{% include "dashboard/index-groups.html" %}
</div>
<div class="col-lg-4 col-md-6">
<div class="col-lg-4 col-sm-6">
{% include "dashboard/index-files.html" %}
</div>
{% if perms.vm.create_template %}
<div class="col-lg-4 col-md-6">
<div class="col-lg-4 col-sm-6">
{% include "dashboard/index-templates.html" %}
</div>
{% endif %}
{% if user.is_superuser %}
<div class="col-lg-4 col-md-6">
<div class="col-lg-4 col-sm-6">
{% include "dashboard/index-nodes.html" %}
</div>
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment