diff --git a/netbox/project-static/netbox.scss b/netbox/project-static/netbox.scss index 4e2deddaf..1d8b42827 100644 --- a/netbox/project-static/netbox.scss +++ b/netbox/project-static/netbox.scss @@ -313,3 +313,18 @@ div.field-group:not(:first-of-type) { margin-bottom: $spacer; } } + +label.required { + font-weight: $font-weight-bold; + &::after { + font-family: bootstrap-icons; + content: '\f151'; + font-weight: normal; + font-size: 8px; + font-style: normal; + margin: 0 0 0 2px; + text-decoration: none; + display: inline-block; + position: absolute; + } +} diff --git a/netbox/templates/base.html b/netbox/templates/base.html index e2828c318..8f6f66685 100644 --- a/netbox/templates/base.html +++ b/netbox/templates/base.html @@ -17,8 +17,7 @@ />
- {% comment %} {% include './layout.html' %} {% endcomment %} {% comment %} - {% endcomment %} {% block layout %}{% endblock %} + {% block layout %}{% endblock %}