ui: Fix icon on Load Balancing view tab (#6137)

This commit is contained in:
Pearl Dsilva 2022-03-21 07:48:48 +05:30 committed by GitHub
parent c3854ba781
commit 7350067d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,8 +105,9 @@
</a-button>
</template>
<template #add="{record}">
<a-button type="primary" icon="plus-outlined" @click="() => { selectedRule = record; handleOpenAddVMModal() }">
{{ $t('label.add') }}
<a-button type="primary" @click="() => { selectedRule = record; handleOpenAddVMModal() }">
<template #icon><plus-outlined /></template>
{{ $t('label.add') }}
</a-button>
</template>
<template #expandedRowRender="{ record }">