1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 15:15:22 +00:00

Merge pull request #5 from daniviga/double-add

Remove double "Add new instance" button
This commit is contained in:
Anatoliy Guskov 2015-05-16 16:00:22 +03:00
commit 5b336b2126

View file

@ -13,7 +13,6 @@
{% include 'create_inst_block.html' %}
{% endif %}
{% if all_host_vms %}
{% include 'create_inst_block.html' %}
<div class="pull-right search">
<input id="filter" class="form-control" type="text" placeholder="Search">
</div>
@ -248,4 +247,4 @@
}
</script>
{% endif %}
{% endblock %}
{% endblock %}