cleanup of fuel gauge for structures

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

View File

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