Skip to content
Snippets Groups Projects
Commit c1699b78 authored by Sascha Klawohn's avatar Sascha Klawohn
Browse files

Add subtitle to GroupsPage

parent 75976f46
Branches
No related tags found
1 merge request!99Groups dashboard
...@@ -8,7 +8,11 @@ export default function GroupsPage() { ...@@ -8,7 +8,11 @@ export default function GroupsPage() {
const {pageVariant} = useSelect() const {pageVariant} = useSelect()
return ( return (
<Page variant={pageVariant} title="Groups"> <Page
variant={pageVariant}
title="Groups"
subtitle="Manage your user groups here. Projects can also be shared with groups instead of single users."
>
<PageActions leftActions={<GroupsActions />} /> <PageActions leftActions={<GroupsActions />} />
<GroupsTableFilterMenu /> <GroupsTableFilterMenu />
<GroupsTable /> <GroupsTable />
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment