{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load static %} {% load i18n %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% with model_name=object|meta:"model_name" %} {% if model_name == "device" %}
Status | {% if object_in_librenms %} Found in LibreNMS {% else %} Not found in LibreNMS {% endif %} |
---|---|
LibreNMS ID | {{ librenms_device_id }} |
Device Type | {{ librenms_device_hardware }} |
LibreNMS Location |
{{ librenms_device_location }}
|