diff --git a/src/App.css b/src/App.css index 55ce74b..ba8eeed 100644 --- a/src/App.css +++ b/src/App.css @@ -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 { diff --git a/src/App.js b/src/App.js index 272b176..e43f7a1 100644 --- a/src/App.js +++ b/src/App.js @@ -881,7 +881,7 @@ export const App = () => { onChange={(e) => setContainerForm({ ...containerForm , basicAcl: e.target.value })} disabled={true} /> - For best NeoFS panel experience this Basic ACL is used, if you want to change it, you are welcome to use the CLI. + 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 CLI. Extended ACL {Object.keys(presets).map((basicPresetExample) => (