From b297e1011580a9910b6bbfe22b99b04506b3eced Mon Sep 17 00:00:00 2001 From: catborise Date: Fri, 22 Nov 2019 09:36:51 +0300 Subject: [PATCH] instance.html: Add new column for Qos, and send qos data with different form to prevent validation problem --- instances/templates/instance.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/instances/templates/instance.html b/instances/templates/instance.html index 75f1def..00ab3bb 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -855,6 +855,7 @@ {% trans 'MAC' %} {% trans 'NIC' %} {% trans 'Filter' %} + {% trans 'Qos' %} {% trans 'Actions' %} @@ -865,6 +866,12 @@ + +
{% csrf_token %} + + {% include 'add_network_qos.html' with id=forloop.counter0 %} +
+
{% csrf_token %} - - {% include 'add_network_qos.html' with id=forloop.counter0 %}