7c17d2e932
Closes #13102 : Establish initial translation support in templates
...
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-07-28 16:30:25 -04:00
154b8236a2
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
6b19f15a7b
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
0f6995e92a
Use embedded table to show assigned services under object view
2023-02-19 20:09:51 -05:00
1a2dae3471
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
f411c4f439
Introduce panel template for services
2022-11-16 16:52:35 -05:00
bc6b5bc4be
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
984d8b8ee6
Fixes #10108 : Linkify inside NAT IPs for primary device IPs in UI
2022-08-23 09:17:12 -04:00
0bdee1d6d8
netbox-community#10055 - Align NAT Outside with NAT Inside
2022-08-18 16:22:22 -05:00
ba12db3019
Merge branch 'develop' into feature
2022-06-20 11:50:23 -04:00
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
32322e95b6
Merge branch 'develop' into feature
2022-05-31 15:50:23 -04:00
24ff360ee0
Fixes #8922 - Add service list to IP address view
2022-05-13 09:40:24 -05:00
01d2ede097
Closes #1202 : Support overlapping assignment of NAT IP addresses
2022-05-11 16:22:07 -04:00
7c14b8d97b
Clean up display of tenant groups
2022-03-22 15:29:05 -04:00
75dae5fbe8
Introduce linkify template filter
2022-03-22 14:51:20 -04:00
1319b62acb
Standardize on get_FOO_color() method for returning ChoiceField colors
2022-02-11 14:25:13 -05:00
d4b6fe14c3
Fixes #8138 : Fix alignment of tags panel within IP address view
2021-12-21 14:04:15 -05:00
cdc73d4f56
Closes #8080 : Link to NAT IPs for device/VM primary IPs
2021-12-15 08:35:01 -05:00
c50dc1eb35
Standardize usage of table template
2021-12-13 15:36:51 -05:00
bb4f3e1789
Initial work on #6235
2021-11-01 16:56:30 -04:00
6f05f17c62
Standardize & simplify tags panel inclusion
2021-10-21 11:23:31 -04:00
f04dc55030
Reorganize panel inclusion templates
2021-10-19 14:21:31 -04:00
19eafef41e
General UI cleanup
2021-07-21 12:06:43 -04:00
856956afce
Standardize object breadcrumbs
2021-07-20 12:14:01 -04:00
faa993acfb
Use non-card tables for all tabbed views
2021-07-12 15:36:51 -04:00
805892f623
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
460a203c29
Add basic support for smaller screens
2021-04-30 15:55:37 -07:00
f7c1bc71d9
migrate templates to bootstrap 5
2021-04-18 16:42:28 -07:00
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
433c48a1a3
Fix IP address interface validation
2021-03-17 16:44:34 -04:00
4c60a602b9
bootstrap 5 template updates
2021-03-13 11:16:29 -07:00
9b89afd6dc
begin bootstrap 5 migration, update templates
2021-03-13 02:19:42 -07:00
51120ccf31
Introduce generic object template
2021-03-02 15:58:33 -05:00
d237b97776
Update custom_fields_panel.html
2020-11-19 13:53:37 -05:00
790e1ee2e4
Update created_updated.html
2020-11-19 13:44:34 -05:00
d5d87e0fdd
Update templates to use "object" context var
2020-11-19 13:22:33 -05:00
62b0a68bef
Don't use chevron-right icon for hierarchy
2020-11-06 16:26:16 -05:00
867f308027
Replace Font Awesome icons with Material Design
2020-11-06 14:33:20 -05:00
6612e0107e
Limit main IPAddress view to a max of 10 duplicate addresses. Fixes #5197
2020-10-02 14:01:51 -04:00
31bb70d9a2
Fixed IPAM tests
2020-06-22 14:46:25 -04:00
19a10cee82
Rename base template
2020-04-10 10:21:02 -04:00
8364694fb4
added plugin template content injection to primary model detail views
2020-03-15 23:45:18 -04:00
28e3b7af18
Merge branch 'develop' into develop-2.8
2020-02-21 15:26:55 -05:00
2cf990bd92
Standardize on two-word form of "change log"
2020-02-19 12:45:52 -05:00
b475a575e4
Drop family column from Aggregate, Prefix, and IPAddress models
2020-02-14 15:04:33 -05:00
a2ead6af94
Merge branch 'develop' into develop-2.7
2020-01-09 15:27:06 -05:00
67f4d8fab5
Replaced with pagination
2020-01-09 17:16:58 +00:00
8acd3d0a72
Introduced clone, edit, and delete buttons
2019-12-13 15:54:50 -05:00
446acbdf82
Closes #33 : Add ability to clone objects (pre-populate form fields)
2019-12-06 16:13:52 -05:00