mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-06 04:46:25 +02:00
Removed the extra div around the radio button. (#16606)
This commit is contained in:
parent
49dadea7eb
commit
ff3049731c
@ -113,16 +113,14 @@
|
||||
</div>
|
||||
<div>
|
||||
{{#if (has-feature "Performance Replication")}}
|
||||
<div class="box columns is-centered">
|
||||
<RadioButton
|
||||
id="performance"
|
||||
name="replication-mode"
|
||||
@value="performance"
|
||||
@groupValue={{this.replicationMode}}
|
||||
@onChange={{fn (mut this.replicationMode)}}
|
||||
/>
|
||||
<label for="performance" data-test-replication-type-select="performance"></label>
|
||||
</div>
|
||||
<RadioButton
|
||||
id="performance"
|
||||
name="replication-mode"
|
||||
@value="performance"
|
||||
@groupValue={{this.replicationMode}}
|
||||
@onChange={{fn (mut this.replicationMode)}}
|
||||
/>
|
||||
<label for="performance" data-test-replication-type-select="performance"></label>
|
||||
{{/if}}
|
||||
</div>
|
||||
</label>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user