{% load static %}
Name | {% if object.name %} {{ object.name }} {% else %} Empty {% endif %} | |
---|---|---|
Domain / IP | {% if object.ip_address %}{{ object.ip_address }} | {% else %}{{ default_config.netbox.domain }} (default) | {% endif %}
HTTP Port | {% if object.port %}{{ object.port }} | {% else %}{{ default_config.netbox.http_port }} (default) | {% endif %}
Token | {% if object.token %}Token will not show here for security. | {% else %}{{ default_config.netbox.token }} (default) | {% endif %}
Netbox Version | Empty | |
Python Version | Empty | |
Django Version | Empty | |
Netbox Proxbox Version | Empty | |
SSL | {% if object.verify_ssl %}{% else %} | {% endif %} |