mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 07:13:45 +02:00
admin(ui): add node configuration page
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import NodeConfigurationContainer from '@/components/admin/nodes/NodeConfigurationContainer';
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import { useLocation } from 'react-router';
|
||||
import tw from 'twin.macro';
|
||||
@@ -132,7 +133,7 @@ const NodeEditContainer = () => {
|
||||
</Route>
|
||||
|
||||
<Route path={`${match.path}/configuration`} exact>
|
||||
<p>Configuration</p>
|
||||
<NodeConfigurationContainer/>
|
||||
</Route>
|
||||
|
||||
<Route path={`${match.path}/allocations`} exact>
|
||||
|
||||
Reference in New Issue
Block a user