{% extends "base.html" %}
{% comment %}© 2012, Multapplied Networks, Inc.{% endcomment %}
{% block title %}
Quality of Service {{ block.super }}
{% endblock %}
{% block breadcrumbs %}
{{ block.super }}
Quality of Service
{% endblock %}
{% block content %}
Quality of Service Profiles
{% verbatim %}
| ID |
Name |
Space |
# of Bonds |
# of Classes |
Actions |
| No Quality of Service profiles to show. |
| {{ profile.id }} |
{{ profile.name }} |
{{ profile.space.name }} |
{{ profile.bonds_count }}
|
{{ profile.bonds_count }}
|
{{ profile.traffic_classes_count }} |
{% endverbatim %}
{% if perms.baqos.change_profile %}
{% verbatim %}
{% endverbatim %}
{% endif %}
{% verbatim %}
{% endverbatim %}
{% if perms.baqos.add_profile %}
{% verbatim %}
{% endverbatim %}
{% endif %}
{% verbatim %}
|
{{ query_stats.first_item }}-{{ query_stats.last_item }} of {{ query_stats.total_items }}
{% endverbatim %}
Inherited Quality of Service Profiles
{% verbatim %}
{{ query_stats.first_item }}-{{ query_stats.last_item }} of {{ query_stats.total_items }}
{% endverbatim %}
{% endblock %}
{% block api-footer %}
{% url 'current:profile-list' %}
{% endblock %}