Skip to content

Commit

Permalink
fix unit input for unhealthy node timeout on machine pools in cluster…
Browse files Browse the repository at this point in the history
… provisioning (rancher#12441)
  • Loading branch information
aalves08 authored Oct 31, 2024
1 parent 3c808b4 commit 10e5e5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export default {
/>
</h3>
<UnitInput
v-model.number="unhealthyNodeTimeoutInteger"
v-model:value="unhealthyNodeTimeoutInteger"
:hide-arrows="true"
:placeholder="t('containerResourceLimit.cpuPlaceholder')"
:mode="mode"
Expand Down

0 comments on commit 10e5e5b

Please sign in to comment.