ui(admin): implement user and node servers tab
This commit is contained in:
parent
bf9dfa87da
commit
11fc88c849
9 changed files with 234 additions and 186 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue