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

Fixes #3674: Include comments on PowerFeed view

This commit is contained in:
Jeremy Stretch
2019-11-06 09:26:49 -05:00
parent fb4283ed53
commit 5eb5c4bac5
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# v2.6.8 (FUTURE)
## Bug Fixes
* [#3674](https://github.com/netbox-community/netbox/issues/3674) - Include comments on PowerFeed view
# v2.6.7 (2019-11-01)
## Enhancements

View File

@ -121,6 +121,18 @@
</tr>
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<strong>Comments</strong>
</div>
<div class="panel-body rendered-markdown">
{% if powerfeed.comments %}
{{ powerfeed.comments|gfm }}
{% else %}
<span class="text-muted">None</span>
{% endif %}
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">