Skip to content

Commit

Permalink
Addressed TODOs in template
Browse files Browse the repository at this point in the history
  • Loading branch information
jingcheng16 committed Nov 29, 2024
1 parent 14ebd46 commit 2cfb950
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ <h1>{{ header }}</h1>
<td>{{ rate_info.key }}</td>
<td>
{{ rate_info.percent_usage }}%
<div class="progress"> {# todo B5: css-progress #}
<div class="progress-bar progress-bar-striped" style="width: {{ rate_info.percent_usage }}%"></div> {# todo B5: inline-style #}
<div class="progress" role="progressbar" aria-label="Percent Usage" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar progress-bar-striped" style="width: {{ rate_info.percent_usage }}%"></div>
</div>
</td>
<td>{{ rate_info.current_usage }}</td>
Expand Down

0 comments on commit 2cfb950

Please sign in to comment.