Jamie (Bear) Murphy
44776b02c0
Oob ip (devices) ( #13013 )
...
* initial oob_ip support for devices
* add primary ip and oob ip checkmark to ip address view
* add oob ip to device view and device edit view
* pep8
* make is_oob_ip and is_primary_ip generic for other models
* refactor oob_ip
* fix oob ip signal
* string capitalisation
* Misc cleanup
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com >
2023-07-25 14:40:40 -04:00
Abhimanyu Saharan
111d0b3030
Moves related ips to a tab ( #12502 )
...
* moves related ips to a tab #12233
* Refactor IP address templates to use a base template
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com >
2023-05-09 12:49:13 -04:00
jeremystretch
829a05d06e
Use embedded table to show assigned services under object view
2023-02-19 20:09:51 -05:00
Jeremy Stretch
f603c1fb9e
Closes #8184 : Enable HTMX for embedded tables ( #11518 )
...
* Enable HTMX rendering for embedded tables
* Start converting embedded tables to use HTMX (WIP)
* Additional table conversions (WIP)
* Standardize HTMX usage for nested group models
* Enable HTMX for additional emebedded tables
* Fix HTMX table rendering for ObjectChildrenView
* Standardize usage of inc/panel_table.html
* Hide selection boxes in embedded tables
2023-02-19 20:09:51 -05:00
jeremystretch
cda6301e82
Introduce panel template for services
2022-11-16 16:52:35 -05:00
Jeremy Stretch
acc750ad70
Closes #10545 : Standardize description & comment fields on primary models ( #10834 )
...
* Standardize description & comments fields on primary models
* Update REST API serializers
* Update forms
* Update tables
* Update templates
2022-11-04 08:28:09 -04:00
jeremystretch
7f8bfc60f8
Fixes #10108 : Linkify inside NAT IPs for primary device IPs in UI
2022-08-23 09:17:12 -04:00
atownson
97099c376c
netbox-community#10055 - Align NAT Outside with NAT Inside
2022-08-18 16:22:22 -05:00
jeremystretch
57021b02cb
Merge branch 'develop' into feature
2022-06-20 11:50:23 -04:00
Kim Johansson
59f83bd357
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
898a362f0d
Merge branch 'develop' into feature
2022-05-31 15:50:23 -04:00
Daniel Sheppard
9410af47c9
Fixes #8922 - Add service list to IP address view
2022-05-13 09:40:24 -05:00
jeremystretch
60a5049461
Closes #1202 : Support overlapping assignment of NAT IP addresses
2022-05-11 16:22:07 -04:00
jeremystretch
06c1b451f1
Clean up display of tenant groups
2022-03-22 15:29:05 -04:00
jeremystretch
e1841e613c
Introduce linkify template filter
2022-03-22 14:51:20 -04:00
jeremystretch
db7aafc734
Standardize on get_FOO_color() method for returning ChoiceField colors
2022-02-11 14:25:13 -05:00
jeremystretch
00671404fe
Fixes #8138 : Fix alignment of tags panel within IP address view
2021-12-21 14:04:15 -05:00
jeremystretch
83aeb34bc8
Closes #8080 : Link to NAT IPs for device/VM primary IPs
2021-12-15 08:35:01 -05:00
jeremystretch
ed5a244555
Standardize usage of table template
2021-12-13 15:36:51 -05:00
jeremystretch
2ca3716758
Initial work on #6235
2021-11-01 16:56:30 -04:00
jeremystretch
da89190bd0
Standardize & simplify tags panel inclusion
2021-10-21 11:23:31 -04:00
jeremystretch
3570f05d3f
Reorganize panel inclusion templates
2021-10-19 14:21:31 -04:00
jeremystretch
8029558550
General UI cleanup
2021-07-21 12:06:43 -04:00
jeremystretch
eec456ea55
Standardize object breadcrumbs
2021-07-20 12:14:01 -04:00
jeremystretch
5cc02c0caf
Use non-card tables for all tabbed views
2021-07-12 15:36:51 -04:00
Jeremy Stretch
cb7cde2a6b
Template cleanup ( #6421 )
...
* Clean up & comment base templates
* Clean up login template & form
* Use SVG file for NetBox logo
* Simplify breadcrumbs
* Merge changelog.html into home.html
* Rename title_container block to header
* Move breadcrumbs block to object.html
* Attach names to endblock template tags
* Reorganize root-level templates into base/ and inc/
* Remove obsolete reference to Bootstrap 3.4.1
2021-05-17 16:27:27 -04:00
checktheroads
1ec4ee84a1
Add basic support for smaller screens
2021-04-30 15:55:37 -07:00
checktheroads
c164bcb941
migrate templates to bootstrap 5
2021-04-18 16:42:28 -07:00
checktheroads
ccc44abb79
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
c83f51496d
Fix IP address interface validation
2021-03-17 16:44:34 -04:00
checktheroads
ea27cf791f
bootstrap 5 template updates
2021-03-13 11:16:29 -07:00
checktheroads
4679018a05
begin bootstrap 5 migration, update templates
2021-03-13 02:19:42 -07:00
Jeremy Stretch
cf8d368046
Introduce generic object template
2021-03-02 15:58:33 -05:00
Jeremy Stretch
28a2e06e4f
Update custom_fields_panel.html
2020-11-19 13:53:37 -05:00
Jeremy Stretch
9fd8062658
Update created_updated.html
2020-11-19 13:44:34 -05:00
Jeremy Stretch
e5817a926d
Update templates to use "object" context var
2020-11-19 13:22:33 -05:00
Jeremy Stretch
a29a7551a4
Don't use chevron-right icon for hierarchy
2020-11-06 16:26:16 -05:00
Jeremy Stretch
c16a1791ae
Replace Font Awesome icons with Material Design
2020-11-06 14:33:20 -05:00
Glenn Matthews
5a190eee30
Limit main IPAddress view to a max of 10 duplicate addresses. Fixes #5197
2020-10-02 14:01:51 -04:00
Jeremy Stretch
a86cdd50de
Fixed IPAM tests
2020-06-22 14:46:25 -04:00
Jeremy Stretch
fb447bce45
Rename base template
2020-04-10 10:21:02 -04:00
John Anderson
43283d228c
added plugin template content injection to primary model detail views
2020-03-15 23:45:18 -04:00
Jeremy Stretch
fc0e3ba6ef
Merge branch 'develop' into develop-2.8
2020-02-21 15:26:55 -05:00
Jeremy Stretch
bc843250ed
Standardize on two-word form of "change log"
2020-02-19 12:45:52 -05:00
Jeremy Stretch
3b04113ed2
Drop family column from Aggregate, Prefix, and IPAddress models
2020-02-14 15:04:33 -05:00
Jeremy Stretch
1478cb5a52
Merge branch 'develop' into develop-2.7
2020-01-09 15:27:06 -05:00
Saria Hajjar
c1f999320d
Replaced with pagination
2020-01-09 17:16:58 +00:00
Jeremy Stretch
3506f93cd7
Introduced clone, edit, and delete buttons
2019-12-13 15:54:50 -05:00
Jeremy Stretch
ef79579119
Closes #33 : Add ability to clone objects (pre-populate form fields)
2019-12-06 16:13:52 -05:00
Jeremy Stretch
5afec0441b
Closes #166 : Add dns_name to IPAddress
2019-04-22 18:10:28 -04:00