|
c813ae4f04
|
Clean up power connection tables
|
2020-10-06 13:30:28 -04:00 |
|
|
50aecd02f4
|
Fix up connection lists (pending additional work)
|
2020-10-05 12:05:29 -04:00 |
|
|
3d34f1cdcb
|
Rename CablePath.is_connected to is_active
|
2020-10-05 11:13:33 -04:00 |
|
|
f8800b8303
|
Optimize console/power/interface connection lists
|
2020-10-02 21:44:16 -04:00 |
|
|
8cb636bed2
|
Update console/power/interface connection tables
|
2020-10-02 15:10:49 -04:00 |
|
|
12e2537222
|
General cleanup of tables
|
2020-09-25 14:18:29 -04:00 |
|
|
28f0da0bc1
|
Introduce LinkedCountColumn to standardize approach to counting related items in tables
|
2020-09-25 12:42:17 -04:00 |
|
|
18a8a91d57
|
Introduce ChoiceFieldColumn to replace template columns
|
2020-09-25 10:52:14 -04:00 |
|
|
08c492f1f4
|
Merge develop into develop-2.10
|
2020-09-04 16:09:05 -04:00 |
|
|
65b42c93b0
|
Merge branch 'develop' into develop-2.9
|
2020-08-05 09:15:10 -04:00 |
|
|
61ce8d1cb0
|
Closes #4899: Add MAC address column to interfaces table
|
2020-07-24 16:43:30 -04:00 |
|
|
bb4f21d5ee
|
Fixes #4894: Fix display of device/VM counts on platforms list
|
2020-07-24 09:16:14 -04:00 |
|
|
1714902f88
|
Merge branch 'develop' into develop-2.9
|
2020-07-21 12:57:02 -04:00 |
|
|
8514a5427c
|
Update related object counts to use dunders in accessor
|
2020-07-20 13:00:33 -04:00 |
|
|
ba50bfa939
|
Address some of the django_tables2 deprecation warnings
|
2020-07-16 16:52:45 -04:00 |
|
|
9f7ed25e74
|
Add assigned IP addresses and VLANs to interface tables
|
2020-07-13 16:18:17 -04:00 |
|
|
a260019a7f
|
#4843: Use subqueries when counting multiple types of related objects
|
2020-07-10 15:38:54 -04:00 |
|
|
4f00b5af4a
|
Miscellaneous RestrictedQuerySet cleanup
|
2020-07-09 15:11:18 -04:00 |
|
|
f4c14d4854
|
Replace get_component_template_actions() with ButtonsColumn
|
2020-07-02 16:47:28 -04:00 |
|
|
f28bde179e
|
Extend label field to all device components
|
2020-07-02 11:18:08 -04:00 |
|
|
7e3e18faea
|
#4416: Add individual & changelog views for InventoryItem
|
2020-07-01 14:46:12 -04:00 |
|
|
c484fa99e2
|
Introduce ButtonsColumn to reduce boilerplate and standardize organizational object links
|
2020-07-01 13:47:01 -04:00 |
|
|
52a13b1960
|
Closes #4793: Add description field to device component templates
|
2020-06-30 15:12:53 -04:00 |
|
|
2001cfe864
|
Update and simplify device component tables
|
2020-06-25 12:03:44 -04:00 |
|
|
59c1e34024
|
Initial work on #2018: Add name to VirtualChassis
|
2020-06-24 15:21:42 -04:00 |
|
|
603c804535
|
Add VMInterface CSV import view
|
2020-06-23 17:09:21 -04:00 |
|
|
6cb31a274f
|
Initial work on #4721 (WIP)
|
2020-06-22 13:10:56 -04:00 |
|
|
4f3fde8055
|
#4615: Add label field to component tables
|
2020-06-18 13:57:15 -04:00 |
|
|
e917535380
|
Merge branch 'develop' into develop-2.9
|
2020-06-15 16:04:32 -04:00 |
|
|
88ae522c9a
|
Closes #4742: Add tagging for cables, power panels, and rack reservations
|
2020-06-10 14:55:46 -04:00 |
|
|
9abc67bbeb
|
Fixes #4737: Introduce ColoredLabelColumn for consistent display of colored labels
|
2020-06-10 11:38:23 -04:00 |
|
|
fd0be35d99
|
#4634 - Correct inventory item table accessor definition on manufacturer column
|
2020-05-13 09:33:48 -05:00 |
|
|
a4dbd2dae5
|
Closes #3064: Include tags in object lists as a toggleable table column
|
2020-05-06 14:42:51 -04:00 |
|
|
7c4d634ae6
|
Fix group column on RackTable
|
2020-05-04 14:56:29 -04:00 |
|
|
51ccbdf6c4
|
Remove descriptions from interface connections list
|
2020-05-04 14:10:40 -04:00 |
|
|
e3cfc9ad80
|
#492: Extend DCIM tables
|
2020-04-29 10:58:08 -04:00 |
|
|
55b40d92d4
|
Extend DCIM tables (WIP)
|
2020-04-28 17:06:16 -04:00 |
|
|
fed9408b90
|
#4416: Establish a dedicated view for VirtualChassis objects
|
2020-04-24 14:59:38 -04:00 |
|
|
a72d5c899e
|
Merge branch 'develop' into develop-2.8
|
2020-03-27 12:53:55 -04:00 |
|
|
058c78d8be
|
Closes #4389: Add a bulk edit view for device bays
|
2020-03-19 16:32:08 -04:00 |
|
|
9df238c5f2
|
Merge branch 'develop' into develop-2.8
|
2020-03-15 00:18:32 -04:00 |
|
|
cebe580484
|
Add a description field to all organizational models
|
2020-03-13 16:33:28 -04:00 |
|
|
c5776d9da4
|
Closes #4369: Add a dedicated view for rack reservations
|
2020-03-13 13:53:44 -04:00 |
|
|
84de0458aa
|
Implement nested RackGroups
|
2020-03-11 14:40:29 -04:00 |
|
|
c0052eb416
|
Closes #4209: Enable filtering interfaces list view by enabled
|
2020-02-20 14:24:22 -05:00 |
|
|
2cf990bd92
|
Standardize on two-word form of "change log"
|
2020-02-19 12:45:52 -05:00 |
|
|
a966a4c8ac
|
Closes #4129: Add individual deletion views for device type components
|
2020-02-10 11:43:51 -05:00 |
|
|
9adeed55fb
|
Update table field ordering
|
2020-02-07 12:44:51 -05:00 |
|
|
099c446f38
|
Convert remaining DCIM models to use NaturalOrderingField
|
2020-02-07 11:59:16 -05:00 |
|
|
3378287b0c
|
Add bulk edit views for DeviceType components
|
2020-02-06 15:29:10 -05:00 |
|