re-worked the terminals page and gateList component for better use with ResponsiveTable
This commit is contained in:
parent
6f0921bf95
commit
02cee8623a
5 changed files with 213 additions and 159 deletions
|
|
@ -161,7 +161,7 @@ export default function Router(props: Props) {
|
|||
<Route
|
||||
key="Terminal page route"
|
||||
path="" // "/settings/basic"
|
||||
element={<Terminals key={"Mines page"} />}
|
||||
element={<Terminals key={"Terminals page"} />}
|
||||
/>
|
||||
<Route
|
||||
path="/:gateKey" // "/settings/basic"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue