mirror of https://github.com/apache/cloudstack.git
UI: fix error message when create load balancer as a normal user (#7286)
This commit is contained in:
parent
b8bc0b3e13
commit
c4b444d032
|
|
@ -1598,6 +1598,9 @@ export default {
|
|||
this.fetchVirtualMachines()
|
||||
},
|
||||
fetchLBTungstenFabricHealthMonitor () {
|
||||
if (!('listTungstenFabricLBHealthMonitor' in this.$store.getters.apis)) {
|
||||
return
|
||||
}
|
||||
this.tungstenHealthMonitors = []
|
||||
this.loading = true
|
||||
this.lbRules.forEach(rule => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue