Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Insert bullet points in All nodes Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dvidotti committed Feb 13, 2020
1 parent 883daaa commit afcec2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/device_registry/templates/actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h4 class="mb-0 open-box-header-text">Affected Nodes:</h4>
<template>
{% for d in action.devices %}
<a class="wott-node-list wott-list-blue" href="{% url 'device-detail' d.pk %}">
{{ d.get_name }}
&#8226 {{ d.get_name }}
</a>
{% endfor %}
</template>
Expand Down

0 comments on commit afcec2b

Please sign in to comment.