diff options
author | ShevAbam <shevabam@gmail.com> | 2015-02-05 18:29:16 +0100 |
---|---|---|
committer | ShevAbam <shevabam@gmail.com> | 2015-02-05 18:29:16 +0100 |
commit | 086a1829e65a8c148b1f5c4aa6251a29bead3ea6 (patch) | |
tree | 633db42727e4a4141651b51d3d7d7ecafa72b94c /index.php | |
parent | 3ed4c1d633f3ddfc50d921c5d5c19ebf7cf640c4 (diff) |
Fixed memory datas on Arch #15
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -245,7 +245,7 @@ $update = $Config->checkUpdate(); <table class="firstBold"> <tbody> <tr> - <td class="w20p">Used</td> + <td class="w20p">Used %</td> <td><div class="progressbar-wrap"><div class="progressbar" style="width: 0%;">0%</div></div></td> </tr> <tr> @@ -277,7 +277,7 @@ $update = $Config->checkUpdate(); <table class="firstBold"> <tbody> <tr> - <td class="w20p">Used</td> + <td class="w20p">Used %</td> <td><div class="progressbar-wrap"><div class="progressbar" style="width: 0%;">0%</div></div></td> </tr> <tr> |