{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %} {% include 'netbox_map/inc/beta_banner.html' %}
| {% trans "Application" %} | {{ object.application }} |
|---|---|
| {% trans "Host Type" %} | {{ object.host_type }} |
| {% trans "Host" %} | {% if object.host %}{{ object.host }}{% else %}—{% endif %} |
| {% trans "Role" %} | {% badge object.get_role_display bg_color=object.get_role_color %} |
| {% trans "Port" %} | {{ object.port|placeholder }} |
| {% trans "Protocol" %} | {{ object.protocol|placeholder }} |
| {% trans "IP Address" %} | {% if object.ip_address %}{{ object.ip_address }}{% else %}—{% endif %} |
| {% trans "Service" %} | {% if object.service %}{{ object.service }}{% else %}—{% endif %} |
| {% trans "Description" %} | {{ object.description|placeholder }} |