promgen icon indicating copy to clipboard operation
promgen copied to clipboard

Add Labels and Annotation at Rule creation

Open fglaeser opened this issue 5 years ago • 1 comments

For what I saw, the only way to add label and annotations to one rule is the following:

  1. Create the Rule.
  2. Edit the rule, add labels or annotation
  3. Save the rule.

It will be good to be able to add labels and annotation at rule creation.

thanks

fglaeser avatar Sep 11 '20 18:09 fglaeser

It's a good point. The existing flow is partly a result of the underlying Django model leaking through a bit, but it would not be too difficult to add.

kfdm avatar Sep 14 '20 05:09 kfdm