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 4762115 commit 5cdbc39Copy full SHA for 5cdbc39
ui/src/views/network/FirewallRules.vue
@@ -405,7 +405,7 @@ export default {
405
if (this.loading) return
406
this.loading = true
407
if (this.newRule.cidrlist == null || this.newRule.cidrlist.trim?.() === '') {
408
- delete this.newRule['cidrlist']
+ delete this.newRule.cidrlist
409
}
410
api('createFirewallRule', { ...this.newRule }).then(response => {
411
this.$pollJob({
0 commit comments