mirror of https://github.com/rancher/dashboard.git
Fleet: fix Force update banner color and margin
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
37661f74fd
commit
4e725f76f0
|
|
@ -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)" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue