cleanup of fuel gauge for structures

This commit is contained in:
2019-07-08 23:16:33 -05:00
parent 71c3b530cb
commit 60e0bc52e6

View File

@@ -25,7 +25,7 @@
<td>{{ $jumpGate['name'] }}</td>
<td>{{ $jumpGate['system'] }}</td>
<td>{{ $jumpGate{'fuel_expires'} }}</td>
<td>{{ number_format($jumpGate['liquid_ozone'], 0, ',', '.') }}</td>
<td>{{ number_format($jumpGate['liquid_ozone'], 0, '.', ',') }}</td>
</tr>
@endforeach
</tbody>