UI: Fix refresh button on Metrics (#6370)

This commit is contained in:
Nicolas Vazquez 2022-05-10 23:06:07 -03:00 committed by GitHub
parent c1691a9e2d
commit 7af8eb3c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -27,9 +27,10 @@
:loading="loading"
shape="round"
size="small"
icon="reload"
@click="fetchDetails()"
>{{ $t('label.refresh') }}</a-button>
@click="fetchDetails()">
<template #icon><ReloadOutlined /></template>
{{ $t('label.refresh') }}
</a-button>
</a-tooltip>
</template>
</breadcrumb>