1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

212 Commits

Author SHA1 Message Date
a2fe23549b Closes #8667: Support position patterning when creating module bays & templates 2022-02-23 13:02:14 -05:00
e1f06ec862 Enable adding inventory items to components from device component list views 2022-02-18 10:09:51 -05:00
fdbdf26afc Fixes #8655: Fix AttributeError when viewing cabled interfaces 2022-02-16 08:23:57 -05:00
1319b62acb Standardize on get_FOO_color() method for returning ChoiceField colors 2022-02-11 14:25:13 -05:00
fe6acf07a5 Fix component column on InventoryItemTemplateTable 2022-02-11 12:26:26 -05:00
8e888b4435 Use ColoredLabelColumn for InventoryItem role 2022-02-11 12:08:16 -05:00
d52105b3b8 Merge branch 'develop' into feature 2022-02-10 15:05:54 -05:00
201077b6f6 Fixes #8561 - Unable to connect a cable from rear ports of a patch panel to a device console port 2022-02-04 20:44:43 +00:00
a2981870ce #7844: Allow installing modules via UI without replicating components 2022-02-04 11:51:30 -05:00
478eefb74c Merge v3.1.7 2022-02-03 12:55:34 -05:00
2a8e0f9404 Update table accessors to use dunders in path 2022-02-02 09:18:50 -05:00
2221006970 Closes #8462: Linkify manufacturer column in device type table 2022-01-28 13:09:57 -05:00
59d3f5c4ea Split out NetBoxTable from BaseTable 2022-01-27 16:00:38 -05:00
4a1b4e0485 Closes #8469: Move BaseTable, columns to netbox core app 2022-01-27 15:00:10 -05:00
1a807416b8 #7853 - Add columns to tables 2022-01-20 13:58:37 -06:00
38963e7960 Fixes #8377: Fix calculation of absolute cable lengths when specified in fractional units 2022-01-18 11:09:12 -05:00
3e3880823b Merge v3.1.6 2022-01-17 11:12:54 -05:00
381796e708 Add created & last updated as available fields to all tables
Adds two fields to all relevant tables to allow the addition of Created & Last Updated columns.

All tables with a Configure Table option were updated.

Some sections reformatted to comply with E501 line length as a result of changes
2022-01-13 09:22:32 +00:00
17aa37ae21 Merge pull request #8303 from netbox-community/7679-table-actions
Closes #7679: Object table actions menus
2022-01-10 11:38:07 -05:00
aed23d61fc Replace ButtonsColumn with ActionsColumn 2022-01-10 11:17:40 -05:00
3e277de82d Closes #7852: Enable assigning interfaces to VRFs 2022-01-07 14:57:43 -05:00
6d48ce4a25 Always include actions as a default column 2022-01-07 10:36:58 -05:00
58f7eb319f Initial work on #7679 2022-01-06 16:53:24 -05:00
0978777eec Merge v3.1.4 2022-01-03 11:20:58 -05:00
5829985ca8 Remove power utilization as default column from racks table 2021-12-30 12:02:20 -05:00
791cc093f4 Enable the association of inventory item templates with component templates 2021-12-29 16:30:44 -05:00
4c15f4a84f Initial work on #8118 2021-12-29 15:37:01 -05:00
21356b487a #7846: Show assigned component (if any) when creating inventory item 2021-12-28 14:15:06 -05:00
99d5013de3 Initial work on #7846 2021-12-27 14:01:25 -05:00
6e9afccfd7 #8037: Add role field to InventoryItem 2021-12-27 10:45:33 -05:00
04fb5e544d #3087: Add InvetoryItemRole 2021-12-27 10:18:39 -05:00
5e32c69e0e Merge branch 'develop' into feature 2021-12-21 11:28:16 -05:00
f2f10dff92 Fix RearPortTemplateTable buttons 2021-12-21 10:57:46 -05:00
57a78b3cad Clean up device/devicetype tab views 2021-12-21 10:28:28 -05:00
eaa1165611 Add position field for module bays 2021-12-20 09:51:55 -05:00
7dc4e00b4d Add module, module_bay columns to device component tables 2021-12-17 20:15:49 -05:00
7777922bef Add Module model 2021-12-17 16:12:03 -05:00
7c60e3c0ff Add Module model 2021-12-17 12:18:37 -05:00
e529d7fd3b Add ModuleBay and ModuleBayTemplate models 2021-12-17 09:35:57 -05:00
d2d2978288 Closes #7748: Remove legacy contact fields from site model 2021-12-09 16:23:39 -05:00
5f59f458f4 Fixes #7880: Include assigned IP addresses in FHRP group object representation 2021-11-19 11:34:59 -05:00
cd128e557c Closes #7884: Add FHRP groups column to interface tables 2021-11-19 10:27:56 -05:00
cede27b5fe Merge branch 'develop' into feature 2021-11-12 09:09:15 -05:00
6c28182dd3 Merge pull request #7767 from CironAkono/FR6925
Fixes: #6925 Interfaces Table - bring back the visual aids from v2.9
2021-11-11 12:29:01 -05:00
251abdb4dd Apply suggestions from code review
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2021-11-11 16:36:13 +00:00
53e52aeaa8 Fix sorting devicebay table by status 2021-11-11 14:05:39 +01:00
f93d6813a9 Merge branch 'develop' into feature 2021-11-09 16:52:36 -05:00
9dad7e4daf Fixes #7701: Fix conflation of assigned IP status & role in interface tables 2021-11-09 16:04:16 -05:00
9c2514fce4 feat: add outer_width to RackTable (#7766)
* feat: add outer_width to RackTable

* fix: add outer_units to column display

* feat: add outer_depth to available columns
2021-11-08 08:15:26 -05:00
83ac869693 Fix ASNs column in SiteTable 2021-11-04 16:29:43 -04:00