From 5adeead68d2909ffceb54d5afdb34a80dcc0d2ef Mon Sep 17 00:00:00 2001 From: catborise Date: Fri, 20 Jul 2018 14:25:56 +0300 Subject: [PATCH] remove data-sort --- instances/templates/instances.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances/templates/instances.html b/instances/templates/instances.html index c59abf4..bd9d65e 100644 --- a/instances/templates/instances.html +++ b/instances/templates/instances.html @@ -36,7 +36,7 @@ {% else %} - +
@@ -70,8 +70,8 @@ {% for vm, info in inst.items %} - - + +
#
{{ forloop.counter }}   {{ vm }}
{{ info.title }}
{{ forloop.counter }} {{ vm }}
{{ info.title }}
{% if info.userinstances.count > 0 %}{{ info.userinstances.first_user.user.username }}{% if info.userinstances.count > 1 %} (+{{ info.userinstances.count|add:"-1" }}){% endif %}{% endif %} {% ifequal info.status 1 %} {% trans "Active" %}