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);
|
||||
}
|
||||
|
||||
|
@ -33,12 +33,12 @@ export class SignUp extends React.Component<any, any> {
|
||||
}
|
||||
|
||||
|
||||
onSubmit = () => {
|
||||
public onSubmit = () => {
|
||||
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() {
|
||||
this.probeTemp =
|
||||
{
|
||||
"id": "11",
|
||||
"metaProbeStatus": {
|
||||
"name": "STARTED"
|
||||
'id': '11',
|
||||
'metaProbeStatus': {
|
||||
'name': 'STARTED'
|
||||
},
|
||||
"domain": {
|
||||
"name": "overFlow's domain111"
|
||||
'domain': {
|
||||
'name': 'overFlow\'s domain111'
|
||||
},
|
||||
"host": {
|
||||
"ip": "192.168.1.103",
|
||||
"mac": "44:8a:5b:44:8c:e8",
|
||||
"os": "Ubuntu 17.04",
|
||||
"name": "?????"
|
||||
'host': {
|
||||
'ip': '192.168.1.103',
|
||||
'mac': '44:8a:5b:44:8c:e8',
|
||||
'os': 'Ubuntu 17.04',
|
||||
'name': '?????'
|
||||
},
|
||||
"createAt": "2017-07-12",
|
||||
"probeKey": "AGBLKDFJ2452ASDGFL2KWJLKSDJ",
|
||||
"description": "description1111111111",
|
||||
"lastPollingAt": "2017-07-12 14:20",
|
||||
"nextPollingAt": "2017-07-12 14:30"
|
||||
'createAt': '2017-07-12',
|
||||
'probeKey': 'AGBLKDFJ2452ASDGFL2KWJLKSDJ',
|
||||
'description': 'description1111111111',
|
||||
'lastPollingAt': '2017-07-12 14:20',
|
||||
'nextPollingAt': '2017-07-12 14:30'
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user