mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-10-16 03:43:08 +08:00
Only highlight the radio that's changed
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="field">
|
||||
<div class="field">
|
||||
<div v-for="(name, value) in $props.data.sslProfile.options"
|
||||
:class="`control${sslProfileChanged ? ' is-changed' : ''}`"
|
||||
:class="`control${sslProfileChanged && value === sslProfile ? ' is-changed' : ''}`"
|
||||
>
|
||||
<div class="radio">
|
||||
<PrettyRadio v-model="sslProfile" :value="value" class="p-default p-round p-fill p-icon">
|
||||
|
Reference in New Issue
Block a user