mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
mui-fy some modals
This commit is contained in:
@@ -5,6 +5,7 @@ import AccordionSummary from "@mui/material/AccordionSummary";
|
||||
import AccordionDetails from "@mui/material/AccordionDetails";
|
||||
import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
|
||||
|
||||
import Typography from "@mui/material/Typography";
|
||||
import Button from "@mui/material/Button";
|
||||
import Select, { SelectChangeEvent } from "@mui/material/Select";
|
||||
import { AllServers } from "../../Server/AllServers";
|
||||
@@ -84,7 +85,7 @@ export function Servers(): React.ReactElement {
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span className="text">Server:</span>
|
||||
<Typography>Server:</Typography>
|
||||
</td>
|
||||
<td colSpan={2}>
|
||||
<Select id="dev-servers-dropdown" onChange={setServerDropdown} value={server}>
|
||||
@@ -98,7 +99,7 @@ export function Servers(): React.ReactElement {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span className="text">Root:</span>
|
||||
<Typography>Root:</Typography>
|
||||
</td>
|
||||
<td>
|
||||
<Button onClick={rootServer}>Root one</Button>
|
||||
@@ -109,7 +110,7 @@ export function Servers(): React.ReactElement {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span className="text">Security:</span>
|
||||
<Typography>Security:</Typography>
|
||||
</td>
|
||||
<td>
|
||||
<Button onClick={minSecurity}>Min one</Button>
|
||||
@@ -120,7 +121,7 @@ export function Servers(): React.ReactElement {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span className="text">Money:</span>
|
||||
<Typography>Money:</Typography>
|
||||
</td>
|
||||
<td>
|
||||
<Button onClick={maxMoney}>Max one</Button>
|
||||
|
||||
Reference in New Issue
Block a user