build dev

This commit is contained in:
Olivier Gagnon
2021-09-18 03:00:07 -04:00
parent eb2a44e213
commit bdfa4be71f
10 changed files with 1099 additions and 1132 deletions
+2 -1
View File
@@ -17,6 +17,7 @@ import { WorkerScriptStartStopEventEmitter } from "../../Netscript/WorkerScriptS
import { getServer } from "../../Server/ServerHelpers";
import { BaseServer } from "../../Server/BaseServer";
import { TablePaginationActionsAll } from "../React/TablePaginationActionsAll";
import SearchIcon from "@mui/icons-material/Search";
// Map of server hostname -> all workerscripts on that server for all active scripts
interface IServerData {
@@ -100,7 +101,7 @@ export function ServerAccordions(props: IProps): React.ReactElement {
autoFocus
variant="standard"
InputProps={{
startAdornment: <Typography m={1}>Filter:</Typography>,
startAdornment: <SearchIcon />,
spellCheck: false,
}}
/>