diff --git a/portal-ui/src/screens/Console/Buckets/ListBuckets/AddBucket.tsx b/portal-ui/src/screens/Console/Buckets/ListBuckets/AddBucket.tsx
index b8df60ffd..9038850fe 100644
--- a/portal-ui/src/screens/Console/Buckets/ListBuckets/AddBucket.tsx
+++ b/portal-ui/src/screens/Console/Buckets/ListBuckets/AddBucket.tsx
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see .
-import React, { useEffect, useState, Fragment } from "react";
+import React, { Fragment, useEffect, useState } from "react";
import Grid from "@mui/material/Grid";
import {
Button,
@@ -74,6 +74,9 @@ const styles = (theme: Theme) =>
},
error: {
color: "#b53b4b",
+ border: "1px solid #b53b4b",
+ padding: 8,
+ borderRadius: 3,
},
...modalBasic,
});
@@ -298,10 +301,18 @@ const AddBucket = ({
{!distributedSetup && (
-
- Some these features are disabled as server is running in
- non-erasure coded mode.
-
+
+ These features are unavailable in a single-disk setup.
+
+ Please deploy a server in{" "}
+
+ Distributed Mode
+ {" "}
+ to use these features.
+