fix percent typo (#198)

Signed-off-by: Andy Lee <andy.lee@suse.com>
(cherry picked from commit 487f9abc1043e4bc662fa7b1a51f63f96fd56ab8)

Co-authored-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
mergify[bot] 2025-03-11 17:24:23 +08:00 committed by GitHub
parent e4ae7cec5e
commit a5130986a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -301,14 +301,14 @@ export default {
<ProgressBarList
:title="t('harvester.upgradePage.upgradeNode')"
:precent="nodesPercent"
:percent="nodesPercent"
:list="nodesStatus"
/>
<p class="bordered-section"></p>
<ProgressBarList
:title="t('harvester.upgradePage.upgradeSysService')"
:precent="sysServiceTotal"
:percent="sysServiceTotal"
:list="sysServiceUpgradeMessage"
/>
</div>