mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
ui: Fix icon on Load Balancing view tab (#6137)
This commit is contained in:
parent
c3854ba781
commit
7350067d43
@ -105,7 +105,8 @@
|
||||
</a-button>
|
||||
</template>
|
||||
<template #add="{record}">
|
||||
<a-button type="primary" icon="plus-outlined" @click="() => { selectedRule = record; handleOpenAddVMModal() }">
|
||||
<a-button type="primary" @click="() => { selectedRule = record; handleOpenAddVMModal() }">
|
||||
<template #icon><plus-outlined /></template>
|
||||
{{ $t('label.add') }}
|
||||
</a-button>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user