Added tree-like hierarchy to active scripts

This commit is contained in:
Olivier Gagnon
2021-09-18 00:31:14 -04:00
parent d1cb5b313a
commit 6f20b0bc30
4 changed files with 16 additions and 10 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ import { ServerAccordion } from "./ServerAccordion";
import TextField from "@mui/material/TextField";
import Typography from "@mui/material/Typography";
import Paper from "@mui/material/Paper";
import Box from "@mui/material/Box";
import List from "@mui/material/List";
import TablePagination from "@mui/material/TablePagination";
import { WorkerScript } from "../../Netscript/WorkerScript";
@@ -103,7 +104,7 @@ export function ServerAccordions(props: IProps): React.ReactElement {
spellCheck: false,
}}
/>
<List>
<List dense={true}>
{filtered.slice(page * rowsPerPage, page * rowsPerPage + rowsPerPage).map((data) => {
return (
data && (