{% load i18n %}
schema/nsm_portable_schema.json).{% endblocktrans %}
migrate netbox_custom_objects
{% trans "Includes built-in NSM types and NSM Panel links." %}
{{ type.slug }}
— {{ type.label }}
{{ type.description }}
{% endif %} {% if type.nsm_config_yaml %}{{ type.nsm_config_yaml }}
{% endif %}
| {% trans "Column" %} | {% trans "Type" %} | {% trans "Required" %} |
|---|---|---|
| {{ field.label }} | {{ field.type }} |
{% if field.required %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %} |
| {% trans "No columns defined." %} | ||
{% trans "No types defined." %}
{% endfor %}{{ group.description }}
| {% trans "Slug" %} | {% trans "Label" %} | {% trans "Description" %} | {% trans "Status" %} |
|---|---|---|---|
{{ entry.slug }} |
{{ entry.label }} | {{ entry.description }} | {% if entry.cot %} {% trans "present" %} {% else %} {% trans "missing" %} {% endif %} |