mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.15' into main
This commit is contained in:
commit
939ef4ec4b
|
|
@ -125,7 +125,10 @@ export default {
|
|||
methods: {
|
||||
fetchData () {
|
||||
this.componentLoading = true
|
||||
api('listStaticRoutes', { gatewayid: this.resource.id }).then(json => {
|
||||
api('listStaticRoutes', {
|
||||
gatewayid: this.resource.id,
|
||||
listall: true
|
||||
}).then(json => {
|
||||
this.routes = json.liststaticroutesresponse.staticroute
|
||||
}).catch(error => {
|
||||
this.$notifyError(error)
|
||||
|
|
|
|||
Loading…
Reference in New Issue