/* * Bird status */ import React from 'react' import {connect} from 'react-redux' // Actions import {loadRouteserverStatus} from 'components/routeservers/actions' class Status extends React.Component { componentDidMount() { this.props.dispatch( loadRouteserverStatus(this.props.routeserverId) ); } render() { let statusInfo = []; let rsStatus = this.props.details[this.props.routeserverId]; if (rsStatus) { statusInfo.push(