mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user