feat: add keys & bucket permissions management

This commit is contained in:
2024-08-16 23:10:19 +07:00
parent dfb4e30e23
commit 43af9c8658
30 changed files with 948 additions and 53 deletions
+4 -1
View File
@@ -40,7 +40,10 @@ const Header = () => {
<ArrowLeft />
</Button>
) : null}
<h1 className="text-xl">{page?.title || "Dashboard"}</h1>
<h1 className="text-xl flex-1 truncate">{page?.title || "Dashboard"}</h1>
{page?.actions}
</header>
);
};