add system_name prop for /station route

This commit is contained in:
maxim
2025-03-31 21:02:37 +03:00
parent d83277af5f
commit c1a788b4e5
5 changed files with 38 additions and 2 deletions

View File

@ -28,6 +28,15 @@ export const StationList = () => {
align: 'left',
headerAlign: 'left',
},
{
field: 'system_name',
headerName: 'Системное название',
type: 'string',
minWidth: 200,
display: 'flex',
align: 'left',
headerAlign: 'left',
},
{
field: 'latitude',
headerName: 'Широта',