{% extends 'base.html' %} {% load buttons %} {% load helpers %} {% load static %} {% load ui_framework %} {% block breadcrumbs_wrapper %}{% render_breadcrumbs %}{% endblock %} {% block extra_styles %} {% endblock %} {% block content %}

Nautobot chevron Object Listing

{% add_button content_type.model_class|validated_viewname:"add" %}
{% include "panel_table.html" %}
Showing 50-75 of 250
per page

Nautobot chevron Object Detail

{% include 'inc/created_updated.html' %}
{% consolidate_detail_view_action_buttons %}
Status
Name {{ object.name }}
Right Side
Property Value

Nautobot chevron Add a new object

Object
Help text for this form field

Forms

Textboxes
Comboboxes
Checkboxes
Radios
Buttons
Cancel

Home Page Panel

Buttons

btn
btn-sm
btn disabled
btn-group like radio buttons

Headings and Labels

h1. Heading 1 title for most object views Secondary Primary Transparent Success Info Warning Danger

h2. Heading 2 used for special purposes such as Location detail "badges" Secondary Primary Transparent Success Info Warning Danger

h3. Heading 3 title for object create/edit forms Secondary Primary Transparent Success Info Warning Danger

h4. Heading 4 used in modal titles and a few others Secondary Primary Transparent Success Info Warning Danger

h5. Heading 5 used in user profiles and cable traces Secondary Primary Transparent Success Info Warning Danger
h6. Heading 6 Unused in core Secondary Primary Transparent Success Info Warning Danger

p. Paragraph Small text Secondary Primary Transparent Success Info Warning Danger


Tables

Card Table With Header

Header Text
# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter

Attribute Table for Object Detail View

Object Attributes
Attribute Value
Attribute Value
Attribute Value

Table with colored rows

Class
Secondary
Success
Info
Warning
Danger

Striped Table (not generally recommended)

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter

Bordered Table (not generally recommended)

# First Name Last Name Username
1 Mark Otto @mdo
Mark Otto @TwBootstrap
2 Jacob Thornton @fat
3 Larry the Bird @twitter

Alerts

Text Markup

def hello():
    print("Hello World!")
    raise SystemExit()
{
    "This": [
        "is",
        "JSON",
        "with",
        "syntax",
        "highlighting."
    ]
}
---
This:
  - is
  - YAML
  - with
  - syntax
  - highlighting.
This is some ordinary text. This is some secondary text. This is primary text. This is success text. This is info text. This is warning text. This is danger text. This is code text. This is kbd text. This is text with a primary background. This is text with a success background. This is text with an info background. This is text with a warning background. This is text with a danger background.

Cards (former Panels)

Default

Card content

Primary

Panel content

Success

Panel content

Info

Panel content

Warning

Panel content

Danger

Panel content

Card with Nav Tabs

Tab 1 content
Tab 2 content
Tab 3 content

Utilization graphs

Note: These progress bars use the utilization_graph template tags.

{% utilization_graph_raw_data 50 100 %} {% utilization_graph_raw_data 25 100 %}
{% utilization_graph_raw_data 75 100 %}
{% utilization_graph_raw_data 100 100 %}

Progress bars

Note: These progress bars are Bootstrap primitives.

60%
40%
20%
60% (with bg-danger)
40% (with bg-warning)
20% (with bg-success)
60% (with bg-success)
40%
20%

List groups


Badges

Inbox 42

Multi-badge: Badge Badge

Multi-badge: Badge Badge

Dropdown menus

Navs


Navbars


Nautobot Icons

360-degrees icon360-degrees
arrow-decision iconarrow-decision
arrows-expand-rec iconarrows-expand-rec
arrows-move-rec iconarrows-move-rec
arrows-move-2-rec iconarrows-move-2-rec
atom iconatom
power iconbattery-3
branch iconbranch
briefcase-2 iconbriefcase-2
bus-globe iconbus-globe
bus-shield iconbus-shield
bus-shield-check iconbus-shield-check
cable-data iconcable-data
cable-data-2 iconcable-data-2
cast iconcast
check-circle iconcheck-circle
checkbox-circle iconcheckbox-circle
checkbox-rec iconcheckbox-rec
cloud iconcloud
cloud-check iconcloud-check
cloud-lightning iconcloud-lightning
cloud-upload iconcloud-upload
compass iconcompass
control-panel iconcontrol-panel
credit-card iconcredit-card
device-lifecycle icondevice-lifecycle
direction icondirection
elements iconelements
extensibility iconextensibility
globe iconglobe
globe-2 iconglobe-2
hammer iconhammer
history iconhistory
ip iconip
laptop iconlaptop
lightning iconlightning
list-unordered iconlist-unordered
map-view iconmap-view
organization iconorganization
pin-2 iconpin-2
pin-3 iconpin-3
plug iconplug
refresh-cw iconrefresh-cw
rocket-2 iconrocket-2
rotate-cw iconrotate-cw
route iconroute
secrets iconsecrets
security iconsecurity
server iconserver
server-2 iconserver-2
share iconshare
shield-check iconshield-check
sitemap-outline iconsitemap-outline
sliders-vert iconsliders-vert
sliders-vert-2 iconsliders-vert-2
star iconstar
star-filled iconstar-filled
transform icontransform
wifi iconwifi
{% endblock %}