File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ import { MoreActionsMenu } from '~/components/MoreActionsMenu'
3636import { RefreshButton } from '~/components/RefreshButton'
3737import { RouteTabs , Tab } from '~/components/RouteTabs'
3838import { InstanceStateBadge } from '~/components/StateBadge'
39- import { makeCrumb } from '~/hooks/use-crumbs'
4039import {
4140 getInstanceSelector ,
4241 useInstanceSelector ,
@@ -121,11 +120,6 @@ const PollingSpinner = () => (
121120 </ Tooltip >
122121)
123122
124- export const handle = makeCrumb (
125- ( p ) => p . instance ! ,
126- ( p ) => pb . instance ( getInstanceSelector ( p ) )
127- )
128-
129123export default function InstancePage ( ) {
130124 const instanceSelector = useInstanceSelector ( )
131125 const [ resizeInstance , setResizeInstance ] = useState ( false )
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import {
1919} from '@oxide/api'
2020
2121import { ListPlusCell } from '~/components/ListPlusCell'
22- import { titleCrumb } from '~/hooks/use-crumbs'
2322import { getVpcSelector , useVpcSelector } from '~/hooks/use-params'
2423import { confirmDelete } from '~/stores/confirm-delete'
2524import { EnabledCell } from '~/table/cells/EnabledCell'
@@ -101,8 +100,6 @@ const staticColumns = [
101100
102101const rulesView = ( query : PP . Vpc ) => apiq ( 'vpcFirewallRulesView' , { query } )
103102
104- export const handle = titleCrumb ( 'Firewall Rules' )
105-
106103export async function clientLoader ( { params } : LoaderFunctionArgs ) {
107104 const { project, vpc } = getVpcSelector ( params )
108105 await queryClient . prefetchQuery ( rulesView ( { project, vpc } ) )
You can’t perform that action at this time.
0 commit comments