Merge "Fix quota of floating IP usage"

This commit is contained in:
Jenkins 2017-05-21 21:43:54 +00:00 committed by Gerrit Code Review
commit 2516446b44
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<strong>{% trans "Floating IP" %}</strong>
</div>
<span class="pull-right">
{% blocktrans with used=usages.floating_ips.used quota=usages.floating_ips.available|quotainf %}{{ used }} of {{ quota }} Used{% endblocktrans %}
{% blocktrans with used=usages.floating_ips.used quota=usages.floating_ips.quota|quotainf %}{{ used }} of {{ quota }} Used{% endblocktrans %}
</span>
</div>
<div id="floating_ip_progress"