Merge pull request #218 from j122j/fix-servers-page

Fix servers page
This commit is contained in:
Dennis 2021-10-04 13:32:17 +02:00 committed by GitHub
commit e58047d5fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@
</tr>
<tr>
<td>Price per Hour</td>
<td>{{number_format($server->product->getHourlyPrice(),2,".")}} {{CREDITS_DISPLAY_NAME}}</td>
<td>{{number_format($server->product->getHourlyPrice(),2,".", "")}} {{CREDITS_DISPLAY_NAME}}</td>
</tr>
<tr>
<td>Price per Month</td>