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

Closes #12085: Add a file source view for reports

This commit is contained in:
jeremystretch
2023-03-29 16:58:35 -04:00
parent 715592547c
commit c4891fe105
6 changed files with 36 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ Two new webhook trigger events have been introduced: `job_start` and `job_end`.
* [#11693](https://github.com/netbox-community/netbox/issues/11693) - Enable syncing export template content from remote sources
* [#11780](https://github.com/netbox-community/netbox/issues/11780) - Enable loading import data from remote sources
* [#11968](https://github.com/netbox-community/netbox/issues/11968) - Add navigation menu buttons to create device & VM components
* [#12085](https://github.com/netbox-community/netbox/issues/12085) - Add a file source view for reports
### Other Changes