This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import Component from '@glimmer/component'; | |
| import { tracked } from '@glimmer/tracking'; | |
| import { action } from '@ember/object'; | |
| export default class FirstSelectComponent extends Component { | |
| @tracked selected; | |
| @tracked content; | |
| constructor() { | |
| super(...arguments); | |
| this.content = [{id: 1, text:"First"}, {id:2, text: "Second"}]; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | DEBU: 2019/12/09 08:31:07.239619 [kube-peers] Checking peer "ae:db:e2:2a:e5:66" against list &{[{ae:db:e2:2a:e5:66 pm-dell-01} {4e:26:ab:32:56:76 pm-dell-02} {b6:0d:15:d0:88:eb pm-dell-03} {ba:45:73:cd:33:be ecmc-server04} {0a:35:33:4a:0a:a9 mvm-igmm-e187} {0a:8f:db:2c:dc:d4 pm-dell-04} {c2:a4:da:56:ee:9d test-01}]} | |
| INFO: 2019/12/09 08:31:07.293163 Command line options: map[conn-limit:200 datapath:datapath db-prefix:/weavedb/weave-net docker-api: expect-npc:true host-root:/host http-addr:127.0.0.1:6784 ipalloc-init:consensus=6 ipalloc-range:10.32.0.0/12 log-level:debug metrics-addr:0.0.0.0:6782 mtu:8196 name:ae:db:e2:2a:e5:66 nickname:pm-dell-01 no-dns:true port:6783] | |
| INFO: 2019/12/09 08:31:07.293198 weave 2.6.0 | |
| INFO: 2019/12/09 08:31:07.527079 Re-exposing 10.44.0.0/12 on bridge "weave" | |
| INFO: 2019/12/09 08:31:07.578276 Bridge type is bridged_fastdp | |
| INFO: 2019/12/09 08:31:07.578337 Communication between peers is unencrypted. | |
| INFO: 2019/12/09 08:31:07.624485 Our name is ae:db:e2:2a:e5:66(pm-dell-01) | |
| INFO: 2019 |