Renamed Flavors to FlavorTemplates where appropriate
Fixes: bug #1211465 Change-Id: I0908b8f2c954e5cf27441a9d4bec9ac03de937cd
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
<tr>
|
||||
{% for flavor in resource_class.list_flavors %}
|
||||
<td class="flavor_usage_label">
|
||||
<a href="{% url 'horizon:infrastructure:resource_management:flavors:detail' flavor.id %}">{{ flavor.name }}</a>
|
||||
<a href="{% url 'horizon:infrastructure:resource_management:flavor_templates:detail' flavor.id %}">{{ flavor.name }}</a>
|
||||
</td>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user