mirror of
https://github.com/khairul169/garage-webui.git
synced 2026-09-15 08:53:21 +07:00
feat: add keys & bucket permissions management
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user