Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed May 20, 2019
1 parent 7925be7 commit bb044bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/views/ResourceConsumptionTable.php
Expand Up @@ -50,7 +50,7 @@
<tr>
<th class="text-right"><?= Yii::t('hipanel.server.consumption.type', $consumption->typeLabel) ?></th>
<td><?= $this->context->getFormatted($consumption, $consumption->limit) ?></td>
<td align=right><?= $consumption->getFormattedPrice() ?></td>
<td class="text-right"><?= $consumption->getFormattedPrice() ?></td>
<td><?= $this->context->getFormatted($consumption, $consumption->currentValue) ?></td>
<td><?= $this->context->getFormatted($consumption, $consumption->currentOveruse) ?></td>
<td><?= $this->context->getFormatted($consumption, $consumption->previousValue) ?></td>
Expand Down

0 comments on commit bb044bc

Please sign in to comment.