mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
feature: project URL
This commit is contained in:
@@ -4,6 +4,7 @@ export type ChangeProp =
|
||||
| 'url'
|
||||
| 'lines'
|
||||
| 'project'
|
||||
| 'projectUrl'
|
||||
| 'reqLevel'
|
||||
| 'signalType'
|
||||
| 'controlType'
|
||||
@@ -18,6 +19,7 @@ export enum HeaderTypes {
|
||||
url = 'URL',
|
||||
lines = 'Linie',
|
||||
project = 'Projekt',
|
||||
projectUrl = "URL projektu",
|
||||
reqLevel = 'Wym. poziom',
|
||||
signalType = 'Sygnalizacja',
|
||||
controlType = 'Sterowanie',
|
||||
@@ -43,6 +45,7 @@ export interface SceneryRowItem {
|
||||
url: string;
|
||||
lines: string;
|
||||
project: string | null;
|
||||
projectUrl: string | null;
|
||||
reqLevel: number;
|
||||
signalType: string;
|
||||
controlType: string;
|
||||
|
||||
Reference in New Issue
Block a user