+
+
+ History Log
+
+
+
+
+ Time |
+ User |
+ Role |
+ Message |
+ |
+
+
+
+ {% for item in historylog_items %}
+ {% with template_name='dcim/inc/historylog.html' indent=0 %}
+ {% include template_name %}
+ {% endwith %}
+ {% endfor %}
+
+
+
+ {% if perms.dcim.add_historylog %}
+
+
+ Add History Log
+
+ {% endif %}
+ {% if perms.dcim.add_historylogrole %}
+
+
+ History Log Roles
+
+ {% endif %}
+