{{! amtc-web ... live view / monitor + control mode }}
{{#if controllers.laststates.laststates}} {{!-- triggers loading laststates - but host display should not depend on it --}} {{/if}} {{#if controllers.hosts.hosts}} {{#each host in controller.model.hosts}}
{{#if host.laststate}} {{host.laststate.openPortIcon}} {{else}} {{/if}} {{host.hostname}}
{{#if host.laststate}} {{host.laststate.lastScan}} {{else}} No logged data yet {{/if}}
{{/each}} {{/if}}
{{#if controller.model.hosts.length}}
Select hosts above like files in Finder/Explorer or by state below

SSH
RDP
No OS
sleep
hibernate
soft-off
no reply
powered up
any

{{#if selectedHostsCount}}
Action for selected {{selectedHostsCount}} hosts
{{#each cmd in commandActions}} {{/each}} ... using a inter-command-delay of {{input type="text" size=3 value=selectedDelay}} seconds {{#if selectedCmd}} {{/if}}
{{/if}}
{{else}} This room looks empty. Use {{#link-to "ou.hosts"}}Edit Hosts{{/link-to}} to add some hosts to this room. {{/if}}