add frontend angular
This commit is contained in:
parent
f34a5f0a83
commit
070e8435d8
36 changed files with 10209 additions and 6 deletions
|
@ -676,6 +676,13 @@ function fillForm(issueType) {
|
|||
typeSelect.value = 'unscheduled';
|
||||
break;
|
||||
|
||||
case 'traffic_mammoth':
|
||||
whatInput.value = 'traffic.mammoth';
|
||||
labelInput.value = 'Obstacle';
|
||||
descriptionInput.value = 'Circulation dense, mammouth laineux en obstacle';
|
||||
typeSelect.value = 'unscheduled';
|
||||
break;
|
||||
|
||||
// === RAIL TAB ===
|
||||
case 'rail_delay':
|
||||
whatInput.value = 'transport.rail.delay';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue