From b8caf3f49a01b07e25bdc75212f0dce0f146c775 Mon Sep 17 00:00:00 2001 From: Retspen Date: Tue, 16 Jun 2015 11:53:42 +0300 Subject: [PATCH] Fixed search bar on users --- instances/templates/instances.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/templates/instances.html b/instances/templates/instances.html index 2dd9a37..144a5cd 100644 --- a/instances/templates/instances.html +++ b/instances/templates/instances.html @@ -12,7 +12,7 @@ {% if request.user.is_superuser %} {% include 'create_inst_block.html' %} {% endif %} - {% if all_host_vms %} + {% if all_host_vms or all_user_vms %}