feat(docs,web): document cluster and erasure coding support and align UI storage provider naming

This commit is contained in:
2026-03-24 22:45:07 +00:00
parent 1ce31c52ec
commit 41e1893d2d
11 changed files with 580 additions and 435 deletions

View File

@@ -123,10 +123,10 @@ export class ObjstViewObjects extends DeesElement {
${this.selectedBucket
? html`
<div class="browser-container">
<dees-s3-browser
<dees-storage-browser
.dataProvider=${this.dataProvider}
.bucketName=${this.selectedBucket}
></dees-s3-browser>
></dees-storage-browser>
</div>
`
: html`