mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
ui(admin): implement user and node servers tab
This commit is contained in:
@@ -10,6 +10,7 @@ import Spinner from '@/components/elements/Spinner';
|
||||
import FlashMessageRender from '@/components/FlashMessageRender';
|
||||
import { ApplicationStore } from '@/state';
|
||||
import { SubNavigation, SubNavigationLink } from '@/components/admin/SubNavigation';
|
||||
import UserServers from '@/components/admin/users/UserServers';
|
||||
|
||||
interface ctx {
|
||||
user: User | undefined;
|
||||
@@ -89,7 +90,7 @@ const UserRouter = () => {
|
||||
</Route>
|
||||
|
||||
<Route path={`${match.path}/servers`} exact>
|
||||
<p>Servers</p>
|
||||
<UserServers/>
|
||||
</Route>
|
||||
</Switch>
|
||||
</AdminContentBlock>
|
||||
|
||||
Reference in New Issue
Block a user