We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28dd81 commit f2315ecCopy full SHA for f2315ec
ui/src/views/network/StaticRoutesTab.vue
@@ -118,7 +118,10 @@ export default {
118
methods: {
119
fetchData () {
120
this.componentLoading = true
121
- api('listStaticRoutes', { gatewayid: this.resource.id }).then(json => {
+ api('listStaticRoutes', {
122
+ gatewayid: this.resource.id,
123
+ listall: true
124
+ }).then(json => {
125
this.routes = json.liststaticroutesresponse.staticroute
126
}).catch(error => {
127
this.$notifyError(error)
0 commit comments