Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Petrov <[email protected]>
  • Loading branch information
mike-petrov committed Jan 30, 2024
1 parent 32441ec commit 71ebe8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ label.is-error {
border-left: 2px solid #ffd781;
margin-top: 1em;
margin-bottom: 1rem;
padding-left: 5px;
padding-left: 7px;
}

ul {
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ export const App = () => {
onChange={(e) => setContainerForm({ ...containerForm , basicAcl: e.target.value })}
disabled={true}
/>
<Heading className="input_caption">For best NeoFS panel experience this Basic ACL is used, if you want to change it, you are welcome to use the <a href="https://github.com/nspcc-dev/neofs-node" target="_blank" rel="noopener noreferrer" alt="neofs-node">CLI</a>.</Heading>
<Heading className="input_caption">NeoFS Panel is incompatible with basic ACLs that disable Bearer tokens or use Final bit. Therefore, basic ACL can't be changed here, but you can set any EACL rules you need. If you need a container with some different basic ACL, please use the <a href="https://github.com/nspcc-dev/neofs-node" target="_blank" rel="noopener noreferrer" alt="neofs-node">CLI</a>.</Heading>
</Form.Control>
<Form.Label size="small" style={{ marginTop: 10 }}>Extended ACL</Form.Label>
{Object.keys(presets).map((basicPresetExample) => (
Expand Down

0 comments on commit 71ebe8e

Please sign in to comment.