15e011ae52
Closes #7452 : Add JSON custom field type
2021-10-28 10:29:14 -04:00
d48a68317d
Fixes #7612 : Strip HTML from custom field descriptions
2021-10-27 08:41:28 -04:00
64d8512fc3
Add PAGINATE_COUNT, MAX_PAGE_SIZE
2021-10-26 11:43:06 -04:00
6f05f17c62
Standardize & simplify tags panel inclusion
2021-10-21 11:23:31 -04:00
efb41b7433
Merge branch 'develop' into feature
2021-10-20 10:10:10 -04:00
f04dc55030
Reorganize panel inclusion templates
2021-10-19 14:21:31 -04:00
f193f0d3f9
Add contact assignments to models
2021-10-18 15:09:57 -04:00
176bd2396b
Closes #6711 : Add longtext custom field type with Markdown support
2021-10-14 14:48:00 -04:00
e16942dea5
Fixes #7529 : Restore horizontal scrolling for tables in narrow viewports
2021-10-14 13:44:54 -04:00
dd79aae137
#7450 : Misc UI cleanup
2021-10-05 15:21:49 -04:00
357a5d1e65
Refactor image attachments panel template
2021-10-01 12:45:41 -04:00
3ec0fe5519
Closes #7372 : Link to local docs for model from object add/edit views
2021-09-28 13:23:57 -04:00
25f501fb12
Remove obsolete responsive_table.html template
2021-09-15 12:41:21 -04:00
66619cdc2f
Clean up object edit forms
2021-08-25 15:03:19 -04:00
bd681f5908
Clean up object filter forms
2021-08-24 17:29:16 -04:00
a7cb75d73d
Fixes #6999 : Properly align controls on sm and md breakpoints
2021-08-20 12:15:07 -07:00
fe54acef51
v3.0 nav menu tweaks ( #6906 )
...
* Clean up nav menu spacing & link colors
* Shrink NetBox icon & collapsed sidebar
* Fix gap between scrollbar and righthand window border
2021-08-06 17:43:02 -04:00
84ab233571
Fix wrapping of table controls on device interfaces view
2021-08-06 16:40:00 -04:00
939bcfec4b
Improve object list layout ( #6907 )
...
* Split object list and filters into tabs
* Use object_list template for connections, rack elevations
* Include custom field filters in grouped filter form
* Annotate number of applied filters on tab
* Rearrange table controls
2021-08-06 15:35:14 -04:00
0cf9be2a8d
Remove deprecated advanced search template
2021-08-04 10:41:43 -07:00
58862e115c
Closes #6863 : Add search fields back to filter forms
2021-08-03 08:32:53 -07:00
863048cda2
Deprecate collapsible advanced search and re-implement field-based filtering on object views
2021-08-01 21:24:22 -07:00
0b09365d0d
#6797 : Improve form error/django messages handling
2021-08-01 13:30:16 -07:00
d18c83beb0
#6828 : Fix various mobile UI issues
2021-07-30 00:35:38 -07:00
0479d5a02a
#6797 : Improve toast styles
2021-07-24 17:08:18 -07:00
7be684835b
Introduce an inclusion template for object comments
2021-07-21 14:20:14 -04:00
07f34c2675
#6372 : Migrate away from form-floating field styles
2021-07-20 00:16:13 -07:00
ae5c2d49c6
#6372 : Simplify & streamline table config & table filter elements
2021-07-14 16:25:59 -07:00
0f99e5fcaa
Clean up object list view
2021-07-10 22:06:28 -04:00
88e382e7a1
Merge v2.11.8 changes
2021-07-06 12:10:29 -04:00
a479c867c4
Do not use annotated_date on custom date fields to avoid date parsing
...
@jeremystretch:
> It'd be better to have the custom field return a date object than to
> accommodate string values in the template filter. Let's just omit custom
> field dates for now to keep this from getting any more complex.
2021-07-02 22:30:11 +02:00
0ad9b83623
Closes #5503 : ISO 8601 date in UI and alternative format as tooltip
...
With this commit all dates in the UI are now consistently displayed.
I changed the long date format as suggested by @xkilian and confirmed by my own
research.
* DATETIME_FORMAT
* Before July 20, 2020 4:52 p.m.
* Now 20th July, 2020 16:52
"20th July, 2020" would be spoken as "the 20th of July, 2020" but the "the" and
"of" are never written.
The only exception is `object_list.html`. I tried it but there it does not
work so easily because the dates are passed to Jinja as SafeString.
2021-07-02 22:22:37 +02:00
eb0d5c996e
#6372 : Implement layout improvements
2021-06-22 17:20:17 -07:00
e004f872f9
Closes #4247 : Add option to show/hide enabled/disabled interfaces on device
2021-05-26 16:32:09 -07:00
e8c91ea3a1
#6372 : Don't autopopulate collapsible API select data, improve advanced search
2021-05-23 19:01:05 -07:00
da0aa38614
#6372 : Move object list search panel into collapsed view & remove search field
2021-05-23 00:31:48 -07: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
32e1d7e879
#6372 : Updating “per page” count does not refresh list
2021-05-07 16:30:13 -07:00
2b159fc40f
implement dark mode
2021-04-25 20:11:46 -07:00
3eb866f5d2
fix image attachment styles
2021-04-21 13:19:30 -07:00
ce98957be0
remove old files
2021-04-21 11:31:39 -07:00
fe4a9bff2d
remove all bootstrap icons in favor of material design icons
2021-04-21 11:31:28 -07:00
f7c1bc71d9
migrate templates to bootstrap 5
2021-04-18 16:42:28 -07:00
08128748a7
migrate generic modal to bootstrap 5
2021-04-17 18:35:20 -07:00
2d5472cf2a
fix object list layout
2021-04-14 16:05:08 -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
46e144f647
Clean up object header
2021-04-13 16:03:07 -04:00
d57222328b
Rename Cloud to ProviderNetwork
2021-04-01 10:21:41 -04:00
0986fd1081
Rearrange locations link in navigation menu
2021-03-29 16:27:37 -04:00
6ff8a267e9
Introduce the Cloud model
2021-03-18 11:20:09 -04:00