Skip to content

Commit

Permalink
pybind: fix filesystem page's pool size display
Browse files Browse the repository at this point in the history
Signed-off-by: Yixing Yan <[email protected]>
  • Loading branch information
yanyixing committed Aug 29, 2017
1 parent e026412 commit 63eda57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pybind/mgr/dashboard/filesystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ <h3 class="box-title">Pools</h3>
<tr rv-each-pool="filesystem.pools">
<td>{pool.pool}</td>
<td>{pool.type}</td>
<td>{pool.used | dimless}</td>
<td>{pool.avail | dimless}</td>
<td>{pool.used | dimless_binary}</td>
<td>{pool.avail | dimless_binary}</td>
<td>
<div class="progress"
style="width: 100px; height: 20px;">
Expand Down

0 comments on commit 63eda57

Please sign in to comment.