0f6995e92a
Use embedded table to show assigned services under object view
2023-02-19 20:09:51 -05:00
8f7c100e22
Standard related object links across all models
2023-02-19 20:09:51 -05:00
94797bb956
Standardize related model display for organizational models
2023-02-19 20:09:51 -05:00
1a2dae3471
Closes #8184 : Enable HTMX for embedded tables ( #11518 )
...
* Enable HTMX rendering for embedded tables
* Start converting embedded tables to use HTMX (WIP)
* Additional table conversions (WIP)
* Standardize HTMX usage for nested group models
* Enable HTMX for additional emebedded tables
* Fix HTMX table rendering for ObjectChildrenView
* Standardize usage of inc/panel_table.html
* Hide selection boxes in embedded tables
2023-02-19 20:09:51 -05:00
735fa4aa31
Add summed resource card to cluster view
2022-12-27 10:24:46 -05:00
f411c4f439
Introduce panel template for services
2022-11-16 16:52:35 -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
c4dcd34ce9
Merge branch 'develop' into feature
2022-10-26 10:25:49 -04:00
2a62b628cf
Fixes #10723 : Distinguish between inside/outside NAT assignments for device/VM primary IPs
2022-10-26 08:23:50 -04:00
01654765e8
Fixes #10746 : Add missing status attribute to cluster view
2022-10-25 16:38:32 -04:00
bfe26b46a6
Wrap model detail views with register_model_view()
2022-10-07 11:36:14 -04:00
03946f2ca8
Fixes #10559 : Permit the pinning of a VM to a particular device within a cluster which has no site assignment
2022-10-04 15:46:55 -04:00
c4b7ab067a
Fixes #10247 : Allow changing selected device/VM when creating a new component ( #10312 )
...
* Initial work on #10247
* Continued work on #10247
* Clean up component creation tests
* Move valdiation of replicated field to form
* Clean up ordering of fields in component creation forms
* Omit fieldset header if none
* Clean up ordering of fields in component template creation forms
* View tests should not move component templates to new device type
* Define replication_fields on VMInterfaceCreateForm
* Clean up expandable field help texts
* Update comments
* Update component bulk update forms & views to support new replication fields
* Fix ModularDeviceComponentForm parent class
* Fix bulk creation of VM interfaces (thanks @kkthxbye-code!)
2022-09-15 10:10:32 -04:00
777af35030
Fixes #10177 : Correct display of custom fields when editing VM interfaces
2022-08-29 15:10:14 -04:00
6179686c81
Corrected IPv6 family
2022-08-22 15:22:53 -05:00
2bb79e1346
Updated exists evaluation
2022-08-22 15:18:25 -05:00
a687aa1de6
netbox-community#10055 - Add loop for NAT Outside
2022-08-18 16:09:36 -05:00
a36294e209
Merge branch 'develop' into feature
2022-08-16 12:56:49 -04:00
0ef1bc8490
Clean up bulk edit buttons
2022-08-16 09:49:51 -04:00
abf11fbcb8
Merge branch 'develop' into feature
2022-07-20 12:20:33 -04:00
44586743ea
Fixes #9437 : Standardize form submission buttons and behavior when using enter key
2022-07-19 14:21:20 -04:00
43b27cc052
Misc cleanup
2022-07-12 16:29:26 -04:00
4649bc632c
Update templates for subclasses of ObjectChildrenView
2022-06-29 14:21:57 -04:00
ba12db3019
Merge branch 'develop' into feature
2022-06-20 11:50:23 -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
db42589cca
Closes #5303 : A virtual machine may be assigned to a site and/or cluster
2022-05-26 14:59:49 -04:00
b331f047af
Closes #8222 : Enable the assignment of a VM to a specific host device within a cluster
2022-05-25 16:01:10 -04:00
314c41f47f
Prevent searching when pressing enter in Quick Search
2022-04-28 07:47:04 +02:00
7c14b8d97b
Clean up display of tenant groups
2022-03-22 15:29:05 -04:00
75dae5fbe8
Introduce linkify template filter
2022-03-22 14:51:20 -04:00
21e3159711
Hide table checkboxes when no bulk actions are enabled
2022-03-02 16:13:59 -05:00
7c937bf8b8
Fixes #8692 : Restore misisng tabs under cluster, VM views
2022-02-22 09:35:21 -05:00
1319b62acb
Standardize on get_FOO_color() method for returning ChoiceField colors
2022-02-11 14:25:13 -05:00
b0039e938e
Clean up and document object edit & delete templates
2022-02-08 11:19:33 -05:00
3651ef53e3
#7852 : Extend VRF assignment to VM interfaces
2022-02-07 09:54:00 -05:00
6575af6b93
Fix saving interfaces
2022-02-03 13:25:27 -05:00
02519b270e
Fixes #8301 : Fix delete button for various object children views
2022-01-10 09:30:50 -05:00
2524290099
Introduce modals template block
2022-01-05 09:21:48 -05:00
275560698f
Fixes #8139 : Fix rendering of table configuration form under VM interfaces view
2021-12-21 14:10:12 -05:00
628e186846
Closes #8108 : Improve breadcrumb links for device/VM components
2021-12-18 14:02:01 -05:00
8dbd3f332b
Closes #8081 : Allow creating services directly from navigation menu
2021-12-15 11:55:27 -05:00
ff9dde54e3
Ensure consistent placement of table paginator
2021-12-15 10:34:20 -05:00
57d3bfcfc9
Merge pull request #8073 from netbox-community/8057-htmx-tables
...
Closes #8057 : Dynamic object tables using HTMX
2021-12-15 09:16:41 -05:00
cdc73d4f56
Closes #8080 : Link to NAT IPs for device/VM primary IPs
2021-12-15 08:35:01 -05:00
4ffa823ab8
Enable HTMX for all ObjectChildrenViews
2021-12-14 15:31:42 -05:00
59ee30f056
Update cluster VM/device views to use ObjectChildrenView
2021-12-14 14:08:44 -05:00
8d3b296eed
Update device/VM component views to use ObjectChildrenView
2021-12-14 13:47:40 -05:00
c50dc1eb35
Standardize usage of table template
2021-12-13 15:36:51 -05:00
f94c1e91ea
Merge branch 'develop' into feature
2021-12-06 12:10:31 -05:00
7cb9cedfe1
Fixes #7823 : Properly handle return_url when Save & Continue button is present
2021-12-03 16:20:05 -07:00