(container)
| 167 | return (model.currentMachine == null) && (model.currentTab == 4); |
| 168 | } |
| 169 | onCreate(container) { |
| 170 | this.onMachineSelected(container, model.currentMachine, model.currentTab); |
| 171 | } |
| 172 | onMachineSelected(container, machine, tab) { |
| 173 | this.changeState(container, (machine == null) && (tab == 4) ? 0 : 1); |
| 174 | } |
nothing calls this directly
no test coverage detected