Jeremy Stretch
7dde370ee1
Fixes #2593 : Fix toggling of connected cable's status
2018-11-15 14:23:23 -05:00
Jeremy Stretch
3bbf4a3352
Fixes #2579 : Add missing cable disconnect buttons for front/rear ports
2018-11-09 15:17:42 -05:00
Jeremy Stretch
18628166dc
Removed old console/power connection views
2018-10-31 15:54:29 -04:00
Jeremy Stretch
e21b23cd98
Introduced 'cable' field on CableTermination to cache connected Cable
2018-10-29 12:24:16 -04:00
Jeremy Stretch
dc67028bd9
Corrected cable display
2018-10-29 09:41:03 -04:00
Jeremy Stretch
94946c5854
Swapped the order of cable and connection fields
2018-10-26 13:21:43 -04:00
Jeremy Stretch
957de0cd98
Added cable connections to component lists
2018-10-26 11:29:03 -04:00
Jeremy Stretch
54c917beff
Renamed Cable endpoints to terminations
2018-10-24 14:38:44 -04:00
Jeremy Stretch
1595a5ecd7
Renamed ConsolePort.cs_port to connected_endpoint
2018-10-24 10:37:54 -04:00
Jeremy Stretch
471bddea09
WIP: Initial work on the cable connection form
2018-10-22 16:58:24 -04:00
Jeremy Stretch
079c8894fa
Fixes #1915 : Redirect to device view after deleting a component
2018-02-27 14:59:45 -05:00
Ichabond
b8df05cf88
Fixes #1655 . Removed explicit field references. ( #1656 )
...
* Fixes #1655
Further field name references were found in `consoleport.html`. These have now been removed, so we rely on proper a proper `__str__` implementation of both `ConsolePort` and `ConsoleServerPort`.
* Fixes #1655 : Removed explicit field references
Cleaned up all (notable) .name references, and removed them so __str__ can do the lifting. Did not remove the references where it was explicitly referenced to .name (eg. in details). Extended the Secret model to also include the name in __str__, since that was weirdly absent.
* Adapted PR to comply with comments
Re-introduced certain references to make sure explicit references are still used where needed.
2017-11-02 11:51:27 -04:00
Jeremy Stretch
5b43a108bc
Merge branch 'develop' into develop-2.1
...
Conflicts:
netbox/ipam/models.py
netbox/netbox/settings.py
netbox/templates/dcim/inc/interface.html
2017-07-06 13:27:13 -04:00
Jeremy Stretch
789ac5dfd4
Combined mgmt and non-mgmt interfaces into same list on device and device type views
2017-06-16 17:13:33 -04:00
Jeremy Stretch
ea869d4ffc
Fixes #1282 : Fixed tooltips on "mark connected/planned" toggle buttons for device connections
2017-06-16 10:02:14 -04:00
Jeremy Stretch
a6cb0e0a96
Updated console/power connection icons
2017-05-03 17:24:57 -04:00
Jeremy Stretch
6791ff6192
Fixes #1125 : Include MAC addresses on a device's interface list
2017-05-02 15:01:27 -04:00
Jeremy Stretch
610b412506
#878 : Layout tweaks
2017-04-13 15:09:08 -04:00
Jeremy Stretch
52420945b2
Standardized naming of return_url for all object views
2017-01-23 14:07:26 -05:00
Jeremy Stretch
3eb969de0c
Standardized the use of return_url for ObjectDeleteView
2017-01-18 13:30:19 -05:00
Jeremy Stretch
dbf9840b26
Corrected permissions for device component form rendering
2017-01-05 15:37:15 -05:00
Jeremy Stretch
09fe328c3f
Standardized template names
2017-01-05 15:31:41 -05:00