{% extends 'base.html' %}
{% block content %}
Search by device role.
View Connectivity report
Search by Multiple Device Roles
Search by exact date
Search by Month
Search by year.
ID | Device | Type/When | Actor | Site/Rack | Ip |
---|---|---|---|---|---|
{{activity.id}} | {{activity.device.id}}-{{ activity.olddevice.name }} | {{ activity.type }} - {{ activity.when|date }} |
{% for actor in activity.actor.all %}
{{ actor.name }} {% endfor %} |
{{ activity.olddevice.site }} / {{ activity.olddevice.rack }} | {{ activity.olddevice.ipv4}} {{ activity.olddevice.masc_ipv6}} |
List Device Install Activities
List Device Remove Activities