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 661a13b commit 52ef71cCopy full SHA for 52ef71c
src/app/firewall/firewall.component.html
@@ -115,8 +115,8 @@
115
</mat-form-field>
116
<mat-form-field>
117
<mat-select [(ngModel)]="app_cc_policy.action" placeholder="Action">
118
- <mat-option *ngFor="let action_value of enum_action_values;" [value]="action_value">
119
- {{getPolicyActionEnumString(action_value)}}
+ <mat-option *ngFor="let action_value of enum_action_values;" [value]="action_value.value">
+ {{ action_value.name }}
120
</mat-option>
121
</mat-select>
122
0 commit comments