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.
When the UI is refreshed, the ordering of the rules in a namespace changes. This is because the rules are stored in a map, whose iteration order is nondeterministic in Go. This can be fixed by copying them to a slice and sorting them before sending them back to the frontend.
The text was updated successfully, but these errors were encountered:
When the UI is refreshed, the ordering of the rules in a namespace changes. This is because the rules are stored in a map, whose iteration order is nondeterministic in Go. This can be fixed by copying them to a slice and sorting them before sending them back to the frontend.
The text was updated successfully, but these errors were encountered: