Skip to content

Commit

Permalink
Merge branch 'sat-dashboard-remove-dialog-add-subnet' into 'main'
Browse files Browse the repository at this point in the history
chore(dashboard): Remove non-working dialog to Create Subnet

See merge request dfinity-lab/core/release!806
  • Loading branch information
sasa-tomic committed Jul 24, 2023
2 parents bc428ea + 35c45cc commit e7500d2
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 e7500d2

Please sign in to comment.