mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
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
Block a user