()
| 146 | } |
| 147 | |
| 148 | private onAddConfigBtn(): void { |
| 149 | this.showElement(elementId.addConfigDiv, false); |
| 150 | this.showElement(elementId.addConfigInputDiv, true); |
| 151 | } |
| 152 | |
| 153 | private onAddConfigConfirm(request: boolean): void { |
| 154 | this.showElement(elementId.addConfigInputDiv, false); |
nothing calls this directly
no test coverage detected