fix(operator): use refresh icon on Refresh buttons (was chevDown)

Every page header's Refresh button rendered a downward chevron because
the icon set had no refresh glyph. Added a circular-arrow 'refresh'
icon to UiIcon and pointed all seven Refresh buttons (Overview,
Tenants, Partners, Users, Operator team, Audit, Infrastructure) at it.
This commit is contained in:
Ronni Baslund
2026-05-24 22:28:04 +02:00
parent be273ea5f4
commit 114b419a69
8 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ function fmtRelative(iso: string | null | undefined): string {
>
<template #actions>
<UiButton variant="secondary" :disabled="pending" @click="refresh()">
<template #leading><UiIcon name="chevDown" :size="13" /></template>
<template #leading><UiIcon name="refresh" :size="13" /></template>
Refresh
</UiButton>
</template>