You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.
Currently if a rule is revived after it's deleted, it is unclear from the UI that the rule has been deleted and revived. In particular, the deletion of a rule is not clearly marked in the UI, which may cause user confusion.
We should enhance the UI so that a rule deletion is clearly shown in the UI (e.g., add a Tombstoned column or something along those lines). The backend already passes in a Tombstoned flag for the rule deletion operator, which frontend can use to identify rule deletions.
The text was updated successfully, but these errors were encountered:
Currently if a rule is revived after it's deleted, it is unclear from the UI that the rule has been deleted and revived. In particular, the deletion of a rule is not clearly marked in the UI, which may cause user confusion.
We should enhance the UI so that a rule deletion is clearly shown in the UI (e.g., add a
Tombstoned
column or something along those lines). The backend already passes in aTombstoned
flag for the rule deletion operator, which frontend can use to identify rule deletions.The text was updated successfully, but these errors were encountered: