in src/main/resources/static/components/resource/EcsInstances.tsx [18:29]
constructor(props: {}) {
super(props);
this.state = {
regionId: "default",
regions: [],
instances: [],
pageNum: 1,
total: 0,
loading: false,
updated: 0
}
}