master_hosts_popup.hbs 81 B

12345
  1. <ul>
  2. {{#each host in view.serviceConfig.value}}
  3. <li>{{host}}</li>
  4. {{/each}}
  5. </ul>