Skip to content

Commit

Permalink
UI: Fix ACLs message
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Aug 12, 2024
1 parent fe1ce7f commit 514f7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/lib/components/auth/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const AuthLayout = () => {
<Container fluid="xl">
<Row className="mt-5">
<div>
{ displayACLDeprecation &&
{rbac === 'simplified' && displayACLDeprecation &&
<Alert variant="warning" title="ACL Deprecation"><InfoIcon/>{" "}<b>ACLs are moving out of core lakeFS!</b>{" "}See the <Alert.Link href={"https://lakefs.io/blog/why-moving-acls-out-of-core-lakefs/"}>announcement</Alert.Link>{" "}
to learn why and how to continue using your existing lakeFS installation in future versions.</Alert>
}
Expand Down

0 comments on commit 514f7ee

Please sign in to comment.