Compare commits

..

No commits in common. "f20ff7eb736fdd2177294e44531678dbb9e355e4" and "d77e3c5f030d1e900f090420e6b3830f5161f43a" have entirely different histories.

View File

@ -294,7 +294,7 @@ const ManageBucket = () => {
sortedBucktesList.map((bucket) => (
<div className="col" key={bucket.id}>
<div className="card h-100">
<div className="card-body p-4 justify-content-start">
<div className="card-body p-4">
<h6 className="card-title d-flex justify-content-between align-items-center">
<span>{bucket.name}</span>
{(DirManager ||