import React from 'react'; import superagent from 'superagent'; import cookie from 'react-cookies'; import MenuPageWrapper from '../Wrappers/MenuPageWrapper.jsx'; import * as ApiUtils from '../CloudApi/ApiUtils.js'; import { Icon, Button, Table, Form, Label, } from 'semantic-ui-react' export default class EnvironmentsTable extends React.Component { render() { if (this.props.environments) { return (