mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Merge branch 'accent440'
This commit is contained in:
commit
a86f1a05ac
@ -32,7 +32,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span v-if="c.emergency" class="badge rounded-pill bg-danger">{{ $t('emergency') }}</span>
|
<span v-if="c.emergency" class="badge rounded-pill bg-danger me-1">{{ $t('emergency') }}</span>
|
||||||
<span v-if="c.confidential" class="badge rounded-pill bg-danger">{{ $t('confidential') }}</span>
|
<span v-if="c.confidential" class="badge rounded-pill bg-danger">{{ $t('confidential') }}</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@ -80,5 +80,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
span.badge.rounded-pill.bg-danger {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
@ -50,7 +50,9 @@ const appMessages = {
|
|||||||
assignated_evaluations: "{n} évaluation assignée | {n} évaluations assignées",
|
assignated_evaluations: "{n} évaluation assignée | {n} évaluations assignées",
|
||||||
alert_tasks: "{n} tâche en rappel | {n} tâches en rappel",
|
alert_tasks: "{n} tâche en rappel | {n} tâches en rappel",
|
||||||
warning_tasks: "{n} tâche à échéance | {n} tâches à échéance",
|
warning_tasks: "{n} tâche à échéance | {n} tâches à échéance",
|
||||||
}
|
},
|
||||||
|
emergency: "Urgent",
|
||||||
|
confidential: "Confidentiel",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user