adapted small stuf

This commit is contained in:
2025-08-19 11:48:24 +02:00
parent a2cc2d8a2e
commit dde912ee36

View File

@@ -328,11 +328,12 @@ Vue.component('documentation-manager', {
},
requiredDocTypes: [
{ value: 'photo_hup_mounted', text: 'Foto vom montierten HÜP' },
{ value: 'photo_hup_open', text: 'Foto von dem offen HÜP' },
{ value: 'photo_hup_open', text: 'Foto von dem offenen HÜP' },
{ value: 'photo_splice_cassette', text: 'Foto der Spleißkassette' },
{ value: 'photo_hup_closed_stickers', text: 'Foto vom geschlossenen HÜP mit allen Aufklebern' },
{ value: 'photo_fcp_labeled', text: 'Foto vom FCP beschriftet' },
{ value: 'measurement_protocol_otdr', text: 'ODTR Messung (1310nm & 1510nm)' },
{ value: 'photo_patch_position', text: 'Foto der Patch-Position' },
{ value: 'measurement_protocol_otdr', text: 'ODTR Messung (1310nm & 1550nm)' },
]
}
},