(container)
| 152 | return (model.currentMachine == null) && (model.currentTab == 3); |
| 153 | } |
| 154 | onCreate(container) { |
| 155 | this.onMachineSelected(container, model.currentMachine, model.currentTab); |
| 156 | } |
| 157 | onMachineSelected(container, machine, tab) { |
| 158 | this.changeState(container, (machine == null) && (tab == 3) ? 0 : 1); |
| 159 | } |
nothing calls this directly
no test coverage detected