f5devcentral / f5-waf-policy-editor

Apache License 2.0
26 stars 14 forks source link

UI-enhancement #68

Open shubhammishra9 opened 2 years ago

shubhammishra9 commented 2 years ago
  1. If within a block all field value is set to 'false' or no field value present in that case the block can be removed from JSON-UI m3

Benefit: Here in below image I'm not using any field of 'data-guard' block but since the block exists and 'null' is not a valid enum value for 'Enforcement Mode' JSON UI is red. If we remove the 'data-guard' block in this case we'll get a clean JSON UI m5

  1. When default values are displayed and we click 'select all' check box then those items are counted for deletion, although delete operation is not happening but the count should also not appear m4

  2. Sample help text for allowed field values for each field Older UI: m1 Missing in new UI: m2

shubhammishra9 commented 2 years ago
  1. Issue mentioned in point-2 is resolved
  2. Point -1 is partially resolved by removing block with no field values