diff --git a/netbox_custom_objects/templates/netbox_custom_objects/customobjecttype.html b/netbox_custom_objects/templates/netbox_custom_objects/customobjecttype.html index 8f78943..0b7eeb3 100644 --- a/netbox_custom_objects/templates/netbox_custom_objects/customobjecttype.html +++ b/netbox_custom_objects/templates/netbox_custom_objects/customobjecttype.html @@ -50,55 +50,62 @@
| {{ field }} | -{{ field|get_field_type_verbose_name }} | -{% if field.type == "object" or field.type == "multiobject" %}{{ field|get_field_object_type }}{% endif %} | -- {% if field.required %} - - {% endif %} - | -- {% if field.unique %} - - {% endif %} - | -- {% if field.primary %} - - {% endif %} - | -- - - - {toggle_text} - - - | -
|---|---|---|---|---|---|---|
| {{ group_name }} | +||||||
| {{ field }} | +{{ field|get_field_type_verbose_name }} | +{% if field.type == "object" or field.type == "multiobject" %}{{ field|get_field_object_type }}{% endif %} | ++ {% if field.required %} + + {% endif %} + | ++ {% if field.unique %} + + {% endif %} + | ++ {% if field.primary %} + + {% endif %} + | ++ + + + {toggle_text} + + + | +