🔥 Remove active and inactive toggle from manage users page
This commit is contained in:
@@ -39,17 +39,11 @@ const ManageUsersPage = () => {
|
|||||||
|
|
||||||
<Title mb="md">Manage users</Title>
|
<Title mb="md">Manage users</Title>
|
||||||
<Text mb="xl">
|
<Text mb="xl">
|
||||||
Using users, you have granular control who can access, edit or delete resources on your Homarr instance.
|
Using users, you have granular control who can access, edit or delete resources on your
|
||||||
|
Homarr instance.
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Group position="apart" mb="md">
|
<Flex columnGap={10} justify="end" mb="md">
|
||||||
<SegmentedControl
|
|
||||||
data={[
|
|
||||||
{ label: 'Active', value: 'active' },
|
|
||||||
{ label: 'Inactive', value: 'inactive' },
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
<Flex columnGap={10}>
|
|
||||||
<Autocomplete
|
<Autocomplete
|
||||||
placeholder="Filter"
|
placeholder="Filter"
|
||||||
data={['React', 'Angular', 'Svelte', 'Vue']}
|
data={['React', 'Angular', 'Svelte', 'Vue']}
|
||||||
@@ -64,7 +58,6 @@ const ManageUsersPage = () => {
|
|||||||
Create
|
Create
|
||||||
</Button>
|
</Button>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Group>
|
|
||||||
|
|
||||||
{data && (
|
{data && (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user