mirror of https://github.com/apache/cloudstack.git
ui: Fix icon on Load Balancing view tab (#6137)
This commit is contained in:
parent
c3854ba781
commit
7350067d43
|
|
@ -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 }">
|
||||
|
|
|
|||
Loading…
Reference in New Issue