Fleet: fix Force update banner color and margin

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2025-02-25 18:28:20 +01:00
parent 37661f74fd
commit 4e725f76f0
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
1 changed files with 2 additions and 2 deletions

View File

@ -82,14 +82,14 @@ export default {
</template> </template>
<template #body> <template #body>
<div class="mb-30"> <div class="mb-20">
{{ t('fleet.gitRepo.actions.forceUpdate.promptNames') }} <span {{ t('fleet.gitRepo.actions.forceUpdate.promptNames') }} <span
v-clean-html="resourceNames(names, t)" v-clean-html="resourceNames(names, t)"
class="body" class="body"
/> />
</div> </div>
<Banner <Banner
color="warning" color="info"
label-key="fleet.gitRepo.actions.forceUpdate.promptWarning" label-key="fleet.gitRepo.actions.forceUpdate.promptWarning"
> >
<span v-clean-html="t('fleet.gitRepo.actions.forceUpdate.promptWarning', { count: names.length}, true)" /> <span v-clean-html="t('fleet.gitRepo.actions.forceUpdate.promptWarning', { count: names.length}, true)" />