mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Add fourth option to "What do you manage" question in /start questionnaire. (#18404)
Related to: https://github.com/fleetdm/confidential/issues/6154 Changes: - Added a fourth option to the "what do you manage" question in the /start questionnaire: "I'm just curious"
This commit is contained in:
parent
b52fe302c9
commit
e2a7170b43
1 changed files with 5 additions and 0 deletions
5
website/views/pages/start.ejs
vendored
5
website/views/pages/start.ejs
vendored
|
|
@ -364,6 +364,11 @@
|
|||
<span purpose="custom-radio"><span purpose="custom-radio-selected"></span></span>
|
||||
About half and half
|
||||
</label>
|
||||
<label purpose="form-option" class="form-control" :class="[formData['what-do-you-manage-mdm'].mdmUseCase === 'no-use-case-yet' ? 'selected' : '']">
|
||||
<input type="radio" v-model.trim="formData['what-do-you-manage-mdm'].mdmUseCase" value="no-use-case-yet" @input="clickClearOneFormError('mdmUseCase')">
|
||||
<span purpose="custom-radio"><span purpose="custom-radio-selected"></span></span>
|
||||
I'm just curious
|
||||
</label>
|
||||
<div class="invalid-feedback" v-if="formErrors.mdmUseCase">Please select an option</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue