mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-15 14:11:46 +00:00
fix default-vm-termination-grace-period-seconds setting can not update
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
4626d56acd
commit
f4efd61408
@ -32,11 +32,11 @@ export default {
|
|||||||
>
|
>
|
||||||
<div class="col span-12">
|
<div class="col span-12">
|
||||||
<UnitInput
|
<UnitInput
|
||||||
v-model:value="terminationGracePeriodSeconds"
|
v-model:value.number="terminationGracePeriodSeconds"
|
||||||
:suffix="terminationGracePeriodSeconds === 1 ? 'Second' : 'Seconds'"
|
:suffix="terminationGracePeriodSeconds === 1 ? 'Second' : 'Seconds'"
|
||||||
:label="t('harvester.virtualMachine.terminationGracePeriodSeconds.label')"
|
:label="t('harvester.virtualMachine.terminationGracePeriodSeconds.label')"
|
||||||
:mode="mode"
|
:mode="mode"
|
||||||
@input="update"
|
@update:value="update"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user