{% extends "base.html" %} {% load static %} {% block content %}

DestinationRule Listing

{% for object in object_list %} {% endfor %}
IDLink status route_type weight priority
{{object.pk}} {{object}} {{ object.status }} {{ object.route_type }} {{ object.weight }} {{ object.priority }}
Create new DestinationRule {% endblock %}