(container)
| 137 | return (model.currentMachine == null) && (model.currentTab == 2); |
| 138 | } |
| 139 | onCreate(container) { |
| 140 | this.onMachineSelected(container, model.currentMachine, model.currentTab); |
| 141 | } |
| 142 | onMachineSelected(container, machine, tab) { |
| 143 | this.changeState(container, (machine == null) && (tab == 2) ? 0 : 1); |
| 144 | } |
nothing calls this directly
no test coverage detected