63a0ec7a79
Fixes #12190 : Fix form layout for plugin textarea fields
2023-04-07 10:03:47 -04:00
3c970c331c
Fixes #11582 : Fix missing VC form errors
...
### Fixes : #11582
Not sure if this is the correct fix or not. The reason that the custom field errors were not shown is that messages.html only shows non_field_errors if the form passed to the context is named form. This is probably an issue in more places, but not sure how to make it generic. A change to messages.html would also need to support formsets.
Any input appreciated @jeremystretch or @arthanson
2023-02-08 14:40:46 -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
b702822857
Closes #10268 : Omit trailing ".0" in device positions within UI
2022-09-07 14:09:17 -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
75dae5fbe8
Introduce linkify template filter
2022-03-22 14:51:20 -04:00
9089f5cf67
#7450 : Clean up object edit forms
2021-10-05 15:37:49 -04:00
66619cdc2f
Clean up object edit forms
2021-08-25 15:03:19 -04:00
545474a1a3
Clean up object edit forms
2021-08-24 13:59:54 -04:00
9f59f99663
Set max width for object edit forms
2021-08-13 13:35:23 -04:00
c4bd47eb84
#6372 : Form should be centered on page
2021-05-23 13:21:52 -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
22e484edd4
#6732 : Change “Update” button to “Save”
2021-05-07 17:02:22 -07:00
460a203c29
Add basic support for smaller screens
2021-04-30 15:55:37 -07:00
61ce2c95b3
migrate templates to bootstrap 5
2021-04-18 00:22:52 -07:00
72dace29b7
Replace Glyphicons with Material Design
2020-11-06 14:49:14 -05:00
0030fe1779
Fixes #5146 : Add custom fields support for cables, power panels, rack reservations, and virtual chassis
2020-09-17 14:22:14 -04:00
19a10cee82
Rename base template
2020-04-10 10:21:02 -04:00
045856c9ac
Introduced a placeholder template filter
2018-11-05 13:00:46 -05:00
d7177d3e05
Fixed typo in template
2018-02-14 13:35:25 -05:00
a21bd81681
VirtualChassis form validation cleanup
2018-02-14 12:47:10 -05:00
e653f35bf1
Fixes #1884 : Provide additional context to identify devices when creating/editing avirtual chassis
2018-02-14 11:14:04 -05:00
b61bccbb67
Added virtual chassis member remove view
2018-02-01 12:49:23 -05:00
f1da517c84
Added virtual chassis member add view
2018-02-01 11:39:13 -05:00
a4019be28c
Collapsed VCMembership into the Device model (WIP)
2018-01-31 22:47:27 -05:00
da2bff691b
Added views for editing/deleting VCMemberships
2017-12-08 12:51:52 -05:00
a85b3aa69f
Added a form to edit virtual chassis
2017-12-07 17:05:03 -05:00