{% extends 'common/base.html' %} {% load permissions %} {% block title %}::{% if object.name %}{{ object.name }}{% else %}{{ object.dcim_label }}{% endif %}{% endblock %} {% block content %}
{{ object.facter_location }}
{% endif %} {% if object.orphan_dcim_id and not object.dcim_id %}Hardware | {{ object.hardware|may_not_have_access }} |
Memory | {{ object.memory|may_not_have_access }} |
Related bugs | {% include 'inventory/bugs.html' %} |
DCIM Label | {% if object.dcim_link|and_have_access %} {{ object.dcim_label|may_not_have_access }} {% else %} {{ object.dcim_label|may_not_have_access }} {% endif %} |
DCIM Jira Issue | {{ object.dcim_jira_issue }} |
Associated Jenkins Slave |
{% for node in object.jenkins_nodes.all %}
{{ node.name }}
{% if node.instance %}
(CI: {{ node.instance.name }} @ {{ node.instance.url }})
{% else %}
(no CI specified: orphaned slave)
{% endif %}
{% if node.offline or node.temporarily_offline %}[offline]{% endif %}
{% endfor %} |
MAC address{% if object.l2addresses.all|length > 1 %}es{% endif %} |
{% for l2address in object.l2addresses.all %}
{{ l2address|may_not_have_access }}
|
Created | {{ object.created|may_not_have_access }} |
Modified | {{ object.modified|may_not_have_access }} |
Name | Value |
---|---|
{{ name }} | {{ value|may_not_have_access }} |