Skip to content

Commit

Permalink
Merge pull request #3537 from 3scale/fix-current-utilization-percentage
Browse files Browse the repository at this point in the history
Display percentage at Current utilization
  • Loading branch information
lvillen authored Sep 13, 2023
2 parents 9f26e7f + 450b60f commit f2df57d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<%= content_tag(:span, utilization, class: utilization_type) %>
</td>
<td role="cell" data-label="%" class="utilization">
<%= content_tag(:span, utilization, class: utilization_type) %>
<%= content_tag(:span, percentage, class: utilization_type) %>
</td>
</tr>
<% end %>
Expand Down

0 comments on commit f2df57d

Please sign in to comment.