()
| 134 | } |
| 135 | |
| 136 | dataChanged() { |
| 137 | this.selection = {categories: {}, zones: new Map()}; |
| 138 | this.resetUI(true); |
| 139 | this.populateIsolateSelect(); |
| 140 | this.handleIsolateChange(); |
| 141 | this.$('#dataSelectionSection').style.display = 'block'; |
| 142 | } |
| 143 | |
| 144 | populateIsolateSelect() { |
| 145 | let isolates = Object.entries(this.data); |
no test coverage detected