unique IDs

This commit is contained in:
Bennett Blodinger 2021-09-02 17:37:47 -05:00
parent 43b7c844b0
commit 51a359496a

View file

@ -46,6 +46,7 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: server_operatingSystem
attributes: attributes:
label: Operating System label: Operating System
description: 'e.g. Ubuntu, Windows' description: 'e.g. Ubuntu, Windows'
@ -66,14 +67,17 @@ body:
attributes: attributes:
value: Desktop value: Desktop
- type: input - type: input
id: desktop_operatingSystem
attributes: attributes:
label: Operating System label: Operating System
description: 'e.g. Ubuntu, Windows' description: 'e.g. Ubuntu, Windows'
- type: input - type: input
id: desktop_browser
attributes: attributes:
label: Browser label: Browser
description: 'e.g. Google Chrome, Safari' description: 'e.g. Google Chrome, Safari'
- type: input - type: input
id: desktop_version
attributes: attributes:
label: Version label: Version
description: 'e.g. 93' description: 'e.g. 93'
@ -85,14 +89,17 @@ body:
label: Device label: Device
description: 'e.g. iPhone 6, Pixel 4a' description: 'e.g. iPhone 6, Pixel 4a'
- type: input - type: input
id: device_operatingSystem
attributes: attributes:
label: Operating System label: Operating System
description: 'e.g. iOS 8.1, Android 9' description: 'e.g. iOS 8.1, Android 9'
- type: input - type: input
id: device_browser
attributes: attributes:
label: Browser label: Browser
description: 'e.g. Google Chrome, Safari' description: 'e.g. Google Chrome, Safari'
- type: input - type: input
id: device_version
attributes: attributes:
label: Version label: Version
description: 'e.g. 93' description: 'e.g. 93'