/* eslint react/no-multi-comp:off */
import React, { Component, PureComponent } from 'react';
import { Link } from 'react-router';
import {
Grid, Cell,
List, ListItem, ListItemContent,
Textfield, Icon, ProgressBar,
Tabs, Tab,
Switch,
} from 'react-mdl';
import { HeaderTitle, ExternalIconLink } from '../common';
class StatefulTextfield extends Component {
constructor (props) {
super(props);
this.state = { value: props.value };
this.setValue = function setValue (e) {
this.setState({ value: e.target.value });
}.bind(this);
}
render () {
return ( Toggles
{seenToggles.map(({ name, description, enabled, notFound }, i) =>
(notFound ?
Implemented strategies
{strategies.map(({ name, description, notFound }, i) => (
notFound ?
{instances.length} Instances registered
{instances.map(({ instanceId, clientIp, lastSeen }, i) => (
Edit app meta data