mirror of https://github.com/apache/cloudstack.git
UI: Fix refresh button on Metrics (#6370)
This commit is contained in:
parent
c1691a9e2d
commit
7af8eb3c56
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue