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

Closes #11826: RSS feed widget (#11976)

* Add feedparser as a dependency

* Introduce RSSFeedWidget

* Clean up widget templates
This commit is contained in:
Jeremy Stretch
2023-03-14 11:59:27 -04:00
committed by GitHub
parent af63ac693e
commit 8bd0a2ef9d
7 changed files with 85 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
<strong>{{ widget.title }}</strong>
{% endif %}
</div>
<div class="card-body p-2">
<div class="card-body p-2 overflow-auto">
{% render_widget widget %}
</div>
</div>