Skip to content

Commit

Permalink
chore(dashboard): Remove non-working dialog to Create Subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jul 24, 2023
1 parent b2ea800 commit 35c45cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 118 deletions.
116 changes: 0 additions & 116 deletions dashboard/packages/app/src/components/subnets/AddSubnetDialog.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { Button, Chip, Dialog, DialogActions, DialogContent, DialogContentText,
import { Node, Operator, Guest, NodeHealth } from './types';
import CheckCircleOutlineIcon from '@material-ui/icons/CheckCircleOutline';
import { green, blue, red, grey, lightBlue, orange } from '@material-ui/core/colors';
import AddSubnetDialog from './AddSubnetDialog';
import ErrorOutlineSharpIcon from '@material-ui/icons/ErrorOutlineSharp';
import ReportProblemOutlinedIcon from '@material-ui/icons/ReportProblemOutlined';
import HelpOutlineOutlinedIcon from '@material-ui/icons/HelpOutlineOutlined';
Expand Down Expand Up @@ -169,7 +168,6 @@ function TabPanel({
</Typography>
</Grid>
<Grid item>
<AddSubnetDialog />
<RemoveUnhealthyNodesDialog nodes={unassignedNodes.filter(n => healths[n.principal] != "Healthy")} />
</Grid>
</Grid>
Expand Down

0 comments on commit 35c45cc

Please sign in to comment.