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 %}