fixed lint
This commit is contained in:
parent
402adebb44
commit
8beaf58578
@ -25,7 +25,7 @@ export class PWChange extends React.Component<any, any> {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onSubmit = () => {
|
public onSubmit = () => {
|
||||||
console.log(this.state);
|
console.log(this.state);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,12 +33,12 @@ export class SignUp extends React.Component<any, any> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
onSubmit = () => {
|
public onSubmit = () => {
|
||||||
console.log(this.state)
|
console.log(this.state)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onChange = (event: React.SyntheticEvent<HTMLInputElement>, data: InputOnChangeData) => {
|
public onChange = (event: React.SyntheticEvent<HTMLInputElement>, data: InputOnChangeData) => {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,24 +21,24 @@ export class DiscoveryDetails extends React.Component<any, any> {
|
|||||||
componentWillMount() {
|
componentWillMount() {
|
||||||
this.probeTemp =
|
this.probeTemp =
|
||||||
{
|
{
|
||||||
"id": "11",
|
'id': '11',
|
||||||
"metaProbeStatus": {
|
'metaProbeStatus': {
|
||||||
"name": "STARTED"
|
'name': 'STARTED'
|
||||||
},
|
},
|
||||||
"domain": {
|
'domain': {
|
||||||
"name": "overFlow's domain111"
|
'name': 'overFlow\'s domain111'
|
||||||
},
|
},
|
||||||
"host": {
|
'host': {
|
||||||
"ip": "192.168.1.103",
|
'ip': '192.168.1.103',
|
||||||
"mac": "44:8a:5b:44:8c:e8",
|
'mac': '44:8a:5b:44:8c:e8',
|
||||||
"os": "Ubuntu 17.04",
|
'os': 'Ubuntu 17.04',
|
||||||
"name": "?????"
|
'name': '?????'
|
||||||
},
|
},
|
||||||
"createAt": "2017-07-12",
|
'createAt': '2017-07-12',
|
||||||
"probeKey": "AGBLKDFJ2452ASDGFL2KWJLKSDJ",
|
'probeKey': 'AGBLKDFJ2452ASDGFL2KWJLKSDJ',
|
||||||
"description": "description1111111111",
|
'description': 'description1111111111',
|
||||||
"lastPollingAt": "2017-07-12 14:20",
|
'lastPollingAt': '2017-07-12 14:20',
|
||||||
"nextPollingAt": "2017-07-12 14:30"
|
'nextPollingAt': '2017-07-12 14:30'
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user