diff --git a/web/src/pages/outposts/OutpostListPage.ts b/web/src/pages/outposts/OutpostListPage.ts index d155c6596..8246f8820 100644 --- a/web/src/pages/outposts/OutpostListPage.ts +++ b/web/src/pages/outposts/OutpostListPage.ts @@ -52,13 +52,13 @@ export class OutpostListPage extends TablePage { })}`, html``, html` - + ${gettext("Edit")}
  - + ${gettext("Delete")} diff --git a/website/docs/releases/2021.2.md b/website/docs/releases/2021.2.md index 31552fd55..8d76aa6c7 100644 --- a/website/docs/releases/2021.2.md +++ b/website/docs/releases/2021.2.md @@ -21,15 +21,6 @@ title: Release 2021.1.2 - Add test view to debug property-mappings. -- Simplify role-based access - - Instead of having to create a Group Membership policy for every group you want to use, you can now select a Group and even a User directly in a binding. - - When a group is selected, the binding behaves the same as if a Group Membership policy exists. - - When a user is selected, the binding checks the user of the request, and denies the request when the user doesn't match. - - ## Fixes - admin: add test view for property mappings diff --git a/website/docs/releases/next.md b/website/docs/releases/next.md new file mode 100644 index 000000000..b9561d4c8 --- /dev/null +++ b/website/docs/releases/next.md @@ -0,0 +1,14 @@ +--- +title: Next release +--- + +## Headline Changes + +- Simplify role-based access + + Instead of having to create a Group Membership policy for every group you want to use, you can now select a Group and even a User directly in a binding. + + When a group is selected, the binding behaves the same as if a Group Membership policy exists. + + When a user is selected, the binding checks the user of the request, and denies the request when the user doesn't match. +