Improved interface type readability

This commit is contained in:
Victor Golovanenko
2021-04-26 07:07:44 +00:00
parent cedba0b67d
commit 10ccc72c09
4 changed files with 10 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ function uncheck(event) {
{{ template.name }}
{% endif %}
</td>
<td>{{ template.type }}</td>
<td>{{ template.type_display }}</td>
<td>
{% if not interface %}
<label class="checkbox-group">
@@ -127,7 +127,7 @@ function uncheck(event) {
{{ interface.name }}
{% endif %}
</td>
<td>{{ interface.type }}</td>
<td>{{ interface.type_display }}</td>
<td>
{% if not template %}
<label class="checkbox-group">