import React from 'react'; import { withTheme } from 'styled-components'; import { Row, Col, Button, Footer, QueryBreakpoints, StartIcon, StopIcon, ResetIcon, DeleteIcon } from 'joyent-ui-toolkit'; const { SmallOnly, Medium } = QueryBreakpoints; export default withTheme( ({ submitting = false, statuses = {}, allowedActions = {}, onStart, onStop, onReboot, onRemove, theme = {} }) => ( ) );