jeremystretch
c64cb64d54
Clean up object edit forms
2021-08-25 15:03:19 -04:00
jeremystretch
c08667dd5d
Clean up object filter forms
2021-08-24 17:29:16 -04:00
Matt
acca0a511d
Fixes #6999 : Properly align controls on sm and md breakpoints
2021-08-20 12:15:07 -07:00
Jeremy Stretch
a7f611353d
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
jeremystretch
ef2621bcfd
Fix wrapping of table controls on device interfaces view
2021-08-06 16:40:00 -04:00
Jeremy Stretch
76245dcdbe
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
Matt
b2aee32308
Remove deprecated advanced search template
2021-08-04 10:41:43 -07:00
Matt
89c71ffeaf
Closes #6863 : Add search fields back to filter forms
2021-08-03 08:32:53 -07:00
checktheroads
b4c03189c0
Deprecate collapsible advanced search and re-implement field-based filtering on object views
2021-08-01 21:24:22 -07:00
checktheroads
e9801a8953
#6797 : Improve form error/django messages handling
2021-08-01 13:30:16 -07:00
checktheroads
35ecd1494f
#6828 : Fix various mobile UI issues
2021-07-30 00:35:38 -07:00
checktheroads
148522dc7a
#6797 : Improve toast styles
2021-07-24 17:08:18 -07:00
jeremystretch
b5c7d41897
Introduce an inclusion template for object comments
2021-07-21 14:20:14 -04:00
checktheroads
e7cecb9f12
#6372 : Migrate away from form-floating field styles
2021-07-20 00:16:13 -07:00
checktheroads
7156ee7b03
#6372 : Simplify & streamline table config & table filter elements
2021-07-14 16:25:59 -07:00
jeremystretch
c6831b9df3
Clean up object list view
2021-07-10 22:06:28 -04:00
jeremystretch
16f2304547
Merge v2.11.8 changes
2021-07-06 12:10:29 -04:00
Robin Schneider
6a016d0458
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
Robin Schneider
42179bf97c
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
checktheroads
865de331f3
#6372 : Implement layout improvements
2021-06-22 17:20:17 -07:00
checktheroads
d827ec875f
Closes #4247 : Add option to show/hide enabled/disabled interfaces on device
2021-05-26 16:32:09 -07:00
checktheroads
ede5adfbbf
#6372 : Don't autopopulate collapsible API select data, improve advanced search
2021-05-23 19:01:05 -07:00
checktheroads
12f25dbabb
#6372 : Move object list search panel into collapsed view & remove search field
2021-05-23 00:31:48 -07: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
7412039441
#6372 : Updating “per page” count does not refresh list
2021-05-07 16:30:13 -07:00
checktheroads
bbcabf9f9f
implement dark mode
2021-04-25 20:11:46 -07:00
checktheroads
2d74af0e0c
fix image attachment styles
2021-04-21 13:19:30 -07:00
checktheroads
7b443fe989
remove old files
2021-04-21 11:31:39 -07:00
checktheroads
6ab9b438e8
remove all bootstrap icons in favor of material design icons
2021-04-21 11:31:28 -07:00
checktheroads
c164bcb941
migrate templates to bootstrap 5
2021-04-18 16:42:28 -07:00
checktheroads
3298a7772e
migrate generic modal to bootstrap 5
2021-04-17 18:35:20 -07:00
checktheroads
938ee7909a
fix object list layout
2021-04-14 16:05:08 -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
jeremystretch
7d4839068c
Clean up object header
2021-04-13 16:03:07 -04:00
Jeremy Stretch
ee7396481a
Rename Cloud to ProviderNetwork
2021-04-01 10:21:41 -04:00
Jeremy Stretch
df081ea6f9
Rearrange locations link in navigation menu
2021-03-29 16:27:37 -04:00
Jeremy Stretch
2c42176154
Introduce the Cloud model
2021-03-18 11:20:09 -04:00
checktheroads
fe89b575fa
Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
...
# Conflicts:
# netbox/dcim/tables/template_code.py
# netbox/netbox/forms.py
# netbox/templates/dcim/cable_connect.html
# netbox/templates/dcim/consoleport.html
# netbox/templates/dcim/consoleserverport.html
# netbox/templates/dcim/device.html
# netbox/templates/dcim/device/base.html
# netbox/templates/dcim/device_edit.html
# netbox/templates/dcim/interface.html
# netbox/templates/dcim/rack.html
# netbox/templates/dcim/rack_edit.html
# netbox/templates/dcim/site.html
# netbox/templates/extras/configcontext.html
# netbox/templates/extras/objectchange.html
# netbox/templates/generic/object.html
# netbox/templates/inc/nav_menu.html
# netbox/templates/ipam/ipaddress_edit.html
# netbox/templates/ipam/vrf.html
# netbox/utilities/templates/buttons/export.html
2021-03-17 22:02:43 -07:00
Jeremy Stretch
720f05976f
Add JournalEntry list view w/filtering
2021-03-16 15:57:23 -04:00
checktheroads
d1aefd2bb4
fix search panel styling
2021-03-14 17:27:03 -07:00
checktheroads
4679018a05
begin bootstrap 5 migration, update templates
2021-03-13 02:19:42 -07:00
Jeremy Stretch
a4944f2b97
Closes #5892 : Introduce SiteGroup model ( #5937 )
...
* Initial work on #5892
* Add site group selection to object edit forms
* Add documentation for site groups
* Changelog for #5892
* Finish application of site groups to config context
2021-03-08 13:28:53 -05:00
Jeremy Stretch
f7d6275959
Closes #5895 : Rename RackGroup to Location
2021-03-03 13:30:33 -05:00
Jeremy Stretch
e22ff1643a
Closes #5451 : Add support for multiple-selection custom fields
2021-03-01 14:52:57 -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
22052f999a
Closes #5154 : Utilize all horizontal space for web UI
2020-11-10 13:55:53 -05:00
Jeremy Stretch
9d4b9b7f85
Replace Glyphicons with Material Design
2020-11-06 14:49:14 -05:00
Jeremy Stretch
c16a1791ae
Replace Font Awesome icons with Material Design
2020-11-06 14:33:20 -05:00
Jeremy Stretch
c7ec27ba70
Introduce table_config_form template tag to simplify form generation
2020-10-23 16:47:53 -04:00