This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
netbox-community-netbox
/
netbox
/
templates
/
utilities
History
Jeremy Stretch
5d5d4ac714
Fixes
#845
: Fix missing edit/delete buttons on object tables for non-superusers
2017-01-26 13:20:56 -05:00
..
templatetags
Created a template tag for displaying utilization graphs
2016-07-20 13:56:17 -04:00
bulk_edit_form.html
Standardized naming of return_url for all object views
2017-01-23 14:07:26 -05:00
confirm_bulk_delete.html
Re-implemented method for bulk editing/deleting all objects within a filtered queryset
2017-01-20 16:42:11 -05:00
confirmation_form.html
Standardized naming of return_url for all object views
2017-01-23 14:07:26 -05:00
obj_delete.html
…
obj_edit.html
Standardized naming of return_url for all object views
2017-01-23 14:07:26 -05:00
obj_table.html
Fixes
#845
: Fix missing edit/delete buttons on object tables for non-superusers
2017-01-26 13:20:56 -05:00
render_custom_fields.html
Initial work on custom fields
2016-08-12 17:20:01 -04:00
render_field.html
Fixes
#692
: Form errors are not displayed on checkbox fields
2016-11-14 11:13:27 -05:00
render_form.html
…