Kim Johansson
|
e8b970608e
|
Replace None in templates with placeholder filter
To be consistent, all uses of — or None is replaced with the
placeholder filter.
Fixes #9537
|
2022-06-15 22:33:21 +02:00 |
|
jeremystretch
|
36c65b7b22
|
Closes #8893: Include count of IP ranges under tenant view
|
2022-06-07 11:12:40 -04:00 |
|
jeremystretch
|
cdacd2a951
|
Closes #8593: Add link field to contact model
|
2022-03-30 16:19:12 -04:00 |
|
jeremystretch
|
75dae5fbe8
|
Introduce linkify template filter
|
2022-03-22 14:51:20 -04:00 |
|
jeremystretch
|
8545a547b9
|
Closes #8494: Include locations count under tenant view
|
2022-02-01 16:31:34 -05:00 |
|
Johannes Erwerle
|
8df382d976
|
Fixes #8476: Bring the ASN Web UI up to the standard set by other objects
|
2022-01-28 11:58:29 +01:00 |
|
Jason Yates
|
eaec25e6c2
|
Fixes #8262 - Add Cable stat for Tenant
|
2022-01-07 20:02:45 +00:00 |
|
jeremystretch
|
ff9dde54e3
|
Ensure consistent placement of table paginator
|
2021-12-15 10:34:20 -05:00 |
|
jeremystretch
|
c50dc1eb35
|
Standardize usage of table template
|
2021-12-13 15:36:51 -05:00 |
|
jeremystretch
|
4d896573b1
|
Fixes #8005: Fix contact email display
|
2021-12-08 11:04:03 -05:00 |
|
Daniel Sheppard
|
d59847537d
|
Fix #7990 - Fix title display on contact view
|
2021-12-07 10:58:44 -06:00 |
|
jeremystretch
|
a99d14c13f
|
Closes #7924: Include child groups on contact group view
|
2021-12-03 11:00:00 -05:00 |
|
jeremystretch
|
68f322a03b
|
Closes #7925: Linkify contact phone and email attributes
|
2021-12-03 10:51:24 -05:00 |
|
jeremystretch
|
2fd526b359
|
Fix up contact template
|
2021-11-05 08:33:16 -04:00 |
|
jeremystretch
|
e4b0359b8e
|
Include action buttons on contact assignments table
|
2021-11-04 14:01:07 -04:00 |
|
jeremystretch
|
803e0bfe72
|
#1344: Show object type & name when assigning a contact
|
2021-11-04 13:44:02 -04:00 |
|
jeremystretch
|
6f05f17c62
|
Standardize & simplify tags panel inclusion
|
2021-10-21 11:23:31 -04:00 |
|
jeremystretch
|
f04dc55030
|
Reorganize panel inclusion templates
|
2021-10-19 14:21:31 -04:00 |
|
jeremystretch
|
faf1e6a43d
|
Add contact/role assignment tables
|
2021-10-18 15:30:28 -04:00 |
|
jeremystretch
|
f193f0d3f9
|
Add contact assignments to models
|
2021-10-18 15:09:57 -04:00 |
|
jeremystretch
|
2e78568d4d
|
Initial work on contacts
|
2021-10-18 13:59:05 -04:00 |
|
jeremystretch
|
745aa23ed6
|
Fixes #7458: Correct tenants count label under tenant group view
|
2021-10-06 08:44:59 -04:00 |
|
jeremystretch
|
7be684835b
|
Introduce an inclusion template for object comments
|
2021-07-21 14:20:14 -04:00 |
|
jeremystretch
|
7eef726ee1
|
Fix filtering for platforms, tenant groups
|
2021-07-20 15:39:58 -04:00 |
|
jeremystretch
|
856956afce
|
Standardize object breadcrumbs
|
2021-07-20 12:14:01 -04:00 |
|
jeremystretch
|
c777daf6e6
|
Merge branch 'develop' into feature
|
2021-05-07 10:27:23 -04:00 |
|
jeremystretch
|
67945f2f33
|
Closes #6351: Add aggregates count to tenant view
|
2021-05-05 09:53:06 -04:00 |
|
checktheroads
|
460a203c29
|
Add basic support for smaller screens
|
2021-04-30 15:55:37 -07:00 |
|
checktheroads
|
61ce2c95b3
|
migrate templates to bootstrap 5
|
2021-04-18 00:22:52 -07:00 |
|
checktheroads
|
4c3b0abe7b
|
Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
# Conflicts:
# netbox/dcim/tables/template_code.py
# netbox/netbox/views/__init__.py
# netbox/project-static/css/base.css
# netbox/templates/base.html
# netbox/templates/circuits/circuit.html
# netbox/templates/circuits/circuittermination_edit.html
# netbox/templates/circuits/inc/circuit_termination.html
# netbox/templates/circuits/provider.html
# netbox/templates/dcim/device.html
# netbox/templates/dcim/device/base.html
# netbox/templates/dcim/device_component.html
# netbox/templates/dcim/devicetype.html
# netbox/templates/dcim/inc/device_napalm_tabs.html
# netbox/templates/dcim/rack.html
# netbox/templates/dcim/site.html
# netbox/templates/dcim/virtualchassis.html
# netbox/templates/extras/configcontext.html
# netbox/templates/extras/object_journal.html
# netbox/templates/extras/tag.html
# netbox/templates/generic/object.html
# netbox/templates/generic/object_list.html
# netbox/templates/home.html
# netbox/templates/inc/nav_menu.html
# netbox/templates/ipam/aggregate.html
# netbox/templates/ipam/ipaddress.html
# netbox/templates/ipam/prefix.html
# netbox/templates/ipam/vlan.html
# netbox/templates/ipam/vlangroup_edit.html
# netbox/templates/ipam/vlangroup_vlans.html
# netbox/templates/secrets/secret.html
# netbox/templates/tenancy/tenant.html
# netbox/templates/users/api_tokens.html
# netbox/templates/virtualization/cluster.html
# netbox/templates/virtualization/vminterface_edit.html
# netbox/utilities/forms/fields.py
# netbox/utilities/templates/buttons/export.html
|
2021-04-14 11:30:15 -07:00 |
|
Jeremy Stretch
|
3869028d53
|
Clean up organizational object URLs
|
2021-03-29 16:17:25 -04:00 |
|
Jeremy Stretch
|
2820d26a0f
|
Add dedicated views for nested group models
|
2021-03-26 15:07:29 -04:00 |
|
checktheroads
|
9b89afd6dc
|
begin bootstrap 5 migration, update templates
|
2021-03-13 02:19:42 -07:00 |
|
Jeremy Stretch
|
51120ccf31
|
Introduce generic object template
|
2021-03-02 15:58:33 -05:00 |
|
Jeremy Stretch
|
6a9b50f95d
|
Closes #5873: Use numeric IDs in all object URLs
|
2021-02-26 17:23:23 -05:00 |
|
Jeremy Stretch
|
42e82f0ead
|
Update object edit template to use fieldsets where possible
|
2021-02-25 13:51:48 -05:00 |
|
Jeremy Stretch
|
d237b97776
|
Update custom_fields_panel.html
|
2020-11-19 13:53:37 -05:00 |
|
Jeremy Stretch
|
790e1ee2e4
|
Update created_updated.html
|
2020-11-19 13:44:34 -05:00 |
|
Jeremy Stretch
|
d5d87e0fdd
|
Update templates to use "object" context var
|
2020-11-19 13:22:33 -05:00 |
|
Jeremy Stretch
|
a3675854be
|
Clean up generic view templates
|
2020-11-11 16:58:29 -05:00 |
|
Jeremy Stretch
|
867f308027
|
Replace Font Awesome icons with Material Design
|
2020-11-06 14:33:20 -05:00 |
|
Jeremy Stretch
|
19a10cee82
|
Rename base template
|
2020-04-10 10:21:02 -04:00 |
|
John Anderson
|
8364694fb4
|
added plugin template content injection to primary model detail views
|
2020-03-15 23:45:18 -04:00 |
|
Jeremy Stretch
|
16d3cebf3e
|
Update markdown filter name
|
2020-03-09 10:42:32 -04:00 |
|
Jeremy Stretch
|
1423fd9024
|
Rename gfm filter to render_markdown
|
2020-03-09 10:31:29 -04:00 |
|
Jeremy Stretch
|
2cf990bd92
|
Standardize on two-word form of "change log"
|
2020-02-19 12:45:52 -05:00 |
|
Jeremy Stretch
|
88c917231d
|
Migrate tenancy views to use common object list template
|
2020-02-13 14:21:14 -05:00 |
|
Saria Hajjar
|
2949bfaaa7
|
Merge branch 'develop' into 2921-tags-select2
|
2020-01-16 15:33:42 +00:00 |
|
Saria Hajjar
|
834fd408bd
|
Fixes #2921: Replace tags filter with Select2 widget
|
2020-01-11 15:18:27 +00:00 |
|
Jeremy Stretch
|
8acd3d0a72
|
Introduced clone, edit, and delete buttons
|
2019-12-13 15:54:50 -05:00 |
|