summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/MachineNameComponent.js
blob: 992383c43af8d80c88e985d69f4c3acfb7e15874 (plain)
1
2
3
4
5
import React from 'react'

const MachineNameComponent = ({ position }) => <h2>Machine at slot {position}</h2>

export default MachineNameComponent