{% extends 'generic/object.html' %} {% load helpers %} {% block title %}Catalyst Center Config Search{% endblock %} {% block header %}
| Device | Series | Status | Matches | |
|---|---|---|---|---|
| {% if result.device_url %} {{ result.name }} {% else %} {{ result.name }} {% endif %} | {{ result.series|default:"-" }} | {% if result.reachability_status == "Reachable" %} {{ result.reachability_status }} {% elif result.reachability_status == "Unreachable" %} {{ result.reachability_status }} {% else %} {{ result.reachability_status|default:"unknown" }} {% endif %} | {{ result.match_count }} match{{ result.match_count|pluralize:"es" }} | {% if catalyst_url and result.device_id %} {% endif %} |
{% for line in result.matching_lines %}{{ line.number|stringformat:"4d" }} {{ line.text }}
{% endfor %}{% if result.match_count > 10 %}... and {{ result.match_count|add:"-10" }} more matches{% endif %}
|
||||
No devices found matching "{{ query }}"