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
Yeah, it looks like the admin assets were not regenerated after that change was made.
#5710 adds support to rebuild the static filesystem with go generate which we should enable in the build script. Until then, go generate needs to be manually committed every time there's an update to the admin UI.
When using the web gui to drop a retention policy, the template is invalid, it's missing the ON "db_name"
We should get :
DROP RETENTION POLICY "rp_name" ON "db_name"
The text was updated successfully, but these errors were encountered: